Please see the two images below -- I have a 2 number input components. The sum of the two must equal 100. When I put a value in the first, like "20", the line lights up red because 20+0 <> 100. That's fine.
However, after I put "80" in the second box, the first one still has the red line indicating the original error.
Is there some way to get both lines back to black?
Could you please describe how this logic was implemented on your side? If possible, we would appreciate it if you could share a screenshot or an example of the code you are using. This will help us better understand your setup.
I want to create an email using the classic UI, as I think there are features in it that are still missing in the new UI. I'm looking at this document and I didn't see an Email section so I used Workplace Setup and added the Email section. In the document I linked, it says to:
Go to the Email section
Click New and select Bulk email
In the email section I added I don't see a New button, just a button that says, "Email Sent Manually". I can create an email there, but when I click Design Content, it looks like it is the new designer.
To use the classic screens for bulk email, go to the UI Management section, locate the area titled "Exception by specific objects" on the "Form page preferences" tab. Locate BulkEmail and change to use Classic (if BulkEmail is missing, just add a row for that). Then log out and back in again. Now it will work.
To use the classic screens for bulk email, go to the UI Management section, locate the area titled "Exception by specific objects" on the "Form page preferences" tab. Locate BulkEmail and change to use Classic (if BulkEmail is missing, just add a row for that). Then log out and back in again. Now it will work.
Hi, Ryan! Good to "see" you again. Thanks for the response. It got me going.
One note: things do seem to be tied to the section (Email vs Bulk Email). After adding the exception for the BulkEmail object (it was already there, but changed both to Classic UI), if I add the Emails section to my workspace (see below), I can create a new template from there using the old designer. The template then shows up under Emails and Bulk Emails. But, if I use the Bulk Emails section to create a template, it still seems to open in the new designer, even with the exception set. And if I create a template from Emails and subsequently edit it from Bulk Emails, and try to open it from Emails, it says it was created in the Freedom UI and tries to redirect me, and hitting cancel doesn't open it in the classic designer. So, using the "Emails" section is the way to go, and don't open it from the Bulk Emails section.
All that to say I got to where I needed to go. We can add this to the list of many thanks for the help you've offered over the years!
Point of attention - we noticed that bulk emails generated in Classic UI do not always render properly anymore in certain client versions of Outlook etc... Code behind the email has improved with the new designer
Frustrating, as things like custom fonts and custom merge tags aren't available in the new designer (unless I missed it, but I think I saw a thread of yours from April asking about custom merge tags, and it seems the answer was they're not available). It seems like the new designer was rolled out with less functionality than the original, although improved in some areas.
It does save in the metadata which designer created the bulk email itself. The two aren't compatible, so bulk emails created in the classic designer will only open in the classic designer, and the ones in the new only open in the new. The structure of what the designer saves is very different.
I would completely expect that, and it makes sense as to why.
It would be nice to have the new designer include all the functionality the old one did so it wouldn't require going back to the classic. All in time, I suppose.
I have a question regarding creating a BPM in my environment.
When I select Contact.Id in the process (as shown in Action 1.png) and then save the process, it later shows only Contact instead of Contact.Id (as shown in Action 2.png).
Both are equivalent. When checking if a lookup (in your case Contact is a lookup on System Administration Object) is equal to some Id, Creatio will be checking the lookup's Id against that parameter. So both are equivalent, so I guess Creatio simplifies it when saving.
This behavior is expected. At this level of the BPM, Contact and Contact.Id are effectively the same. The system automatically resolves the primary key (Id) for the Contact object, so explicitly specifying .Id is not required.
When the process is saved, the designer simplifies the reference and displays it as Contact, since the identifier is implicitly assumed. Functionally, there is no difference in execution or behavior between selecting Contact.Id and Contact in this context.
So the disappearance of .Id after saving does not indicate an issue and does not affect how the process works.
Could you please explain how I can obtain Creatio Studio so that I can install and run it locally on my machine? I would like to know the available options for downloading the local/on-premise version, including any prerequisites, licensing requirements, and installation steps.