Kindly suggest a way to lock fields within a detail when we click on Save button of the detail. This should happen without any dependency on other fields within the detail (unlike we usually do based on boolean value true or false).
I have a requirement for adding feed notification based on particular action in a section, say marking a record inactive by making a boolean true. Once the record is inactive, the record related information and its connected Account should be posted in feed message in the below format...MoreLess
We are working in 7.17.2.1728 SalesTeam Creatio with PostGreSQL on file development mode and collaborating with GIT via SourceTree. While trying to "update packages from file system", I am getting the error -
Error "2SP02:current transaction is aborted. commands ignored until end of transaction block"
and I am unable to work in the instance any further. Tried executing "commit" in the DB but it did not solve the issue. Kindly help us resolve the issue.
I have access permissions (create, read, update and delete ) set up in section- Accounts dynamically through business process based on a field in section. Now I want to set the same access levels to all details connected to Account section. Can someone guide me on the same?
"lookupListConfig":{// Array of filters used for the query that forms the lookup field data."filters":[
function(){
var filterGroup = Ext.create("Terrasoft.FilterGroup");
filterGroup.logicalOperation= Terrasoft.LogicalOperatorType.OR;
var user=Terrasoft.SysValue.CURRENT_USER...
I want to restrict create, edit and delete access to a user to set of countries across the sections. for example, a particular user can create, modify or delete records in contact, account or activities for a set of countries defined. please guide me in implementing the same.
Please help me in hiding chat field and making contact field required in activity section for activity type- Task. I tried using business rule in the section but that does not seem to work.