Время создания
Filters

Hi,

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.

How can we achieve this?

Kind regards,

Koen Bonnet

Like 0

Like

1 comments

You'd basically change the Parent of the object from BaseLookup to BaseEntity. However, doing that will have the following impact: BaseLookup...MoreLess

Show all comments

Hello community,

We have a business process with this starting condition. MailboxSyncSettings = Guid

 We would like no to hardcode this starting condition, for this reason we have added parameter in the Process which is linked with a System Setting.

If we change the starting conditon, it wont trigger

Is there any workaround for this?

Sasor

Like 0

Like

1 comments

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

Show all comments

Hi.  

I am following up on a thread I posted earlier which seems to have withered -- I am looking for an alternate path.    (Link to original thread is below)

Is there a "No Code" way to add to the email headers that Creatio generates? 

I know there is a way to code the email, but...MoreLess

Like 0

Like

2 comments

Does not appear to be possible without code. The send email process element doesn't expose any properties for the header. 

Show all comments (1)

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

Like 0

Like

0 comments
Show all comments

Hi Community,

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?

 

element parameter


 

subprocessnotificationprocess logpush notif

Like 0

Like

1 comments
Show all comments