Javascript
Business Process
save record
Validation
Sales_Creatio_enterprise_edition
8.0

Hi community,

Calling a Business process is quite easy in FreedomUI, by adding a button and choosing

Action: Run process.

The problem with this approach is that once the button is clicked, there is no validation happening in the page.

Is there any code snippet or workaround that when clicking a button that runs a business process, prior to the calling of the process a validation(practically a Save) happens?

Sasori

Like 1

Like

6 comments

The only option currently is to wire up code for the button. It would first save the page, then if the save was successful you would execut...MoreLess

Show all comments (5)
Business Process
Sales_Creatio
7.18

Hi guys! There is a question. It is necessary to establish rules for the segmentation of the counterparty. If he has more than $10,000 revenue, then assign a segment in the directory with the value A, if the revenue field is less than $1,000, then segment B. How do I do this? In the "event - signal" business process, there is no sign greater than or equal to, only flat or uneven. I didn't find anything that would help me in setting up business rules either. Who can tell you? Version 7.18

Like 0

Like

1 comments

Hello,

You need to check whether your Revenue field is of type "Integer," as it seems that a text field is being used.
 

If you specifically...MoreLess

Show all comments
Business Process
permissions
Object Permissions
Studio_Creatio_enterprise_edition
8.0

Hello 

I have created a business process that reads in the creation and modification of a project id and project manager, 

I then wanted to change the permissions so that only the project manager could delete it, but during the execution of the process the values still remain on true ...MoreLess

Like 0

Like

3 comments

Are you sure the remaining access rights for All employees role is not "Deny"? I believe that process element won't technically remove the access...MoreLess

Show all comments (2)
formulas
Business Process
dates
calculate
Studio_Creatio
8.0

Hi all, 

I'm trying to calculate 60 days before a date captured by the user to create a reminder. I'm using the Formula in the Business Process but I cannot make it work, I see the following error: Formula value error: Cannot convert type "Int32" to "Entity"

Any suggestion?

Thank you

Like 0

Like

2 comments

It looks like it's an issue with trying to set the parameter you've selected to the value of the formula - what is the type of the paramete...MoreLess

Show all comments (1)
trigger
Business Process
entityeventlistener
Sales_Creatio
8.0

Please advise what could be the problem. 
There is a business process where the start signal (trigger) is set to launch when the text field "CHErrorNotification" in Opportunity is changed. If I change the field manually, the process starts, BUT if I change it via code, nothing happens—the process...MoreLess

Like 1

Like

2 comments
  1. If an Entity.Save() call occurs in the embedded process or listener. In this case the signal to start the BP is not thrown.

You won't...MoreLess

Show all comments (1)
Business Process
Triggers
Signal
Studio_Creatio
8.0

Hi Community!

We are trying to find an elegant way of preventing the execution of business processes from create, update and delete elements within other business processes.

Think of it as Outlook's 'Stop processing more rules' flag.

We could set a certain flag and add it to the other processes' signal...MoreLess

Like 1

Like

3 comments

Hi Community,
any ideas on this?

Thanks,

Robert

Show all comments (2)
currency
businessProcess
Business Process
Financial_Services_Creatio_lending_edition

I am trying to implement the currency exchange rate business process as outlined in this article. I have done everything according to the instructions, but for some reason when I run the business process it is not updating the exchange rates correctly.

After a lot of trial and error, it appears that...MoreLess

Like 0

Like

2 comments

Hello!

The Exchange rate column in the Currency object is virtual, so it is not shown in the Lookup and cannot be edited directly from the...MoreLess

Show all comments (1)
Discussion
Business Process

It would be good to add some extra options and tools to Business Processes to better control their behaviour in certain circumstances, for example when they have ended up hanging. These would make using Business Processes a lot more robust to issues without every implementation having to build thei...MoreLess

1 comments

Hello Harvey,

Thank you for your valuable suggestions regarding enhancements to Business Processes. We appreciate your insights on the additional...MoreLess

Show all comments
Development
8.1
Queue
DCM
Business Process
Service_Creatio_customer_center_edition
8.0

Hello!
I have encountered such problems, maybe someone knows how to solve them?

There is a configured queue and a process that processes a queue item.

The first problem is that when opening the Cases_FromPage page the Case state is not loaded into the progress bar

The second problem I encountered...MoreLess

Like 0

Like

1 comments

Hello,

Please contact our support team directly at support@creatio.com and make sure to describe each problem in a separate request so we could...MoreLess

Show all comments
pdf
Business Process
script task
Studio_Creatio
8.0

Hello.

I'm trying to save a pdf file that i get from a service web, the file comes in a base64 string so i use a script to convert it to a pdf and save it in Creatio, I have this code that works fine for the Accounts section but when i want to save the file in  a Custom section, the process send...MoreLess

Like 0

Like

4 comments

The SysFile entity doesn't, and won't, have a "ResguardoId" column. It has generic columns so it can work with any entity. Instead of setting...MoreLess

Show all comments (3)