i am trying to set the value of a number field called Lama Bekerja based on the months inputted in Mulai Bekerja accounting the year aswell, i know that using business rules where you can use set value = formula like so...
now when i open it, it doesn't let me do the calculations
can someone explain a method on how to implement this in creatio 8.2.2?
I am importing data through Excel into my custom section and attempting to auto-calculate a field based on two other fields in the UI. However, since the user won't be opening the form page, the business rules and JavaScript code I've written aren't being triggered .
I also wrote an" Oninserting" entity event layer code, the same is not getting triggered as well,however the entity event layer code is getting triggered on click of the new button. How do i approach this?
Please describe in more detail what code you wrote (if possible, provide an example), what it is for, and how it's connected to business rule and import.
In the spirit of minimising code/making more of the config declarative rather than telling the system exactly how it should be doing things step by step, it would be very useful to be able to have calculated fields on entities in Creatio. Currently this needs to be done in business processes, which...MoreLess
In the "Order" section there is a multicurrency field 'Total'and the values get auto-calculated/updated when a detail (OrderProduct) record is added/modified/deleted.
As this is a two different tables & modules, a sandbox should be used for the communication. Could you please assist...MoreLess
One approach you can take is to add a subscriber to the detail. It is a function you can add to the detail definition to receive add/edit/delete...MoreLess
Im trying to create a calculated field to show a total of all records from a detail on a record, ive looked into using sql views, however I'm not sure if that would work as you cant filter by the record I don't think, are there any code solutions or anything similar?
I'm looking to add a calculated field to a detail on a Section Edit page. I can find plenty of articles describing how calculated fields on section edit pages are implemented, but I'm not able to find any for a detail.
How I'm imagining this working is a trigger from the detail on load to calculate...MoreLess
I am following the documentation about adding a calculated field you can find here.
I am following it piece by piece, and am doing everything exactly as it says but every time I try to view the calculated field in the edit orders page it says "Invalid column name UsrBalance". I've logged out and back...MoreLess