One of our objets has started as a lookup, but over time it evolved and we now want it to behave as a regular entity. For example, a page was created to display and manage the contents and we want the business to be able to edit its contents.
Saving changes is now blocked by the business people not having the "CanManageLookup" permission. We don't want to grant that permission to the users, but rather remove the limitation from the object.
You'd basically change the Parent of the object from BaseLookup to BaseEntity. However, doing that will have the following impact: BaseLookup...MoreLess
Hmm. Not sure that is possible. Assuming that the params aren't loaded until the process is started, but it won't start without the param being...MoreLess
If you used the code approach, you could make a generic process you'd use as a subprocess. Any process that needed to send email could use that...MoreLess
Hi everyone i am using Creatio 8.2.2, right now i am trying to make a button be able to download an excel file when pressed,
so when i press a Tanah/Bangunan then it will download a specific custom excel file, how do i do this while utilizing a business process? i tried using Excel Report Builder while though it works on the windows it doesn't work as well on linux
I’m running multiple processes using subprocesses. In the business process, there’s an element where I can retrieve the values for the total processes, completed processes, and terminated processes. However, these values are always showing as 0, even though there are completed processes.
Is there something wrong with my configuration below?