Can anybody help me with this error message please?
I created a new campaign and upon saving I had this message.
There are marketing emails attached to the campaign. They were automatically assigned a start date (which I cannot edit) that is the same as the creation date. So it's in the past - could this be why I'm getting this message. All other fields are filled out and look correct.
This is a bug in Creatio. Contact support and they can apply a fix to your system. If needed, you can have them refer to the case I opened on this #SR-01400125.
Essentially, there's a bug that incorrectly checks the dates for trigger emails (since trigger emails don't need a start date as they're started from the campaign)
Thank you for reaching out. Ryan is absolutely correct.
This issue has been identified and a fix will be available in the upcoming Creatio 8.3.1 release. Once that version is available, you can update your site to resolve the error.
Alternatively, if you'd prefer not to wait, you can request that the fix be applied to your current version by contacting our support team directly.
Hey Community I’m trying to enable record deactivation on an object that inherits from BaseEntity. The object is also used as a lookup in several other objects. From the documentation it looks like the “Allow records deactivation” option is only available for BaseLookup objects.
Has anyone found a reusable approach—perhaps a utility class —that lets a BaseEntity behave like a deactivatable lookup? I’m aware I could add an IsActive Boolean column, but that would require adding filter logic everywhere the object is referenced, which I’d rather avoid.
Any pointers or examples would be greatly appreciated.
In the mobile app, lookups are sorted by the display value by default. Sorting by a custom column isn’t available through the Mobile Wizard, but it is possible via customization using the Mobile SDK.
Since you mentioned a different column in your question, let's clarify the point: Do you need to change the sorting of the values in the drop-down list (from smallest to largest, from A to Z) or do you need to filter the values in the drop-down list depending on the value of another field in the related entity?
It will be great if you can describe your task and provide any screenshots that will help us understand the task.
I need to change the sorting of the values in the drop-down list by newly added column to this drop down's lookup object
By default is by name or displany name, I addred numeric column for sorting to the lookup object, I need values to be sortet by this new column's value
Please change "GridDetail_u6gv7vy" name to your list name and also attribute names ("item.attributes.GridDetail_u6gv7vyDS_Id" or "GridDetail_u6gv7vyDS_Type").