Hello, i am using a free trial version of creatio this time, now there is a problem that i am trying to solve
you see what i want and what is currently shown through images is what i want, where one field changes the rest with the same name changes, but im also trying to add in a handler for this field
Number condition, where if the number condition is more than 2Billion then the Testing Condition of more than expansion panel would appear, for now i set it so that the checkbox would be the condition of wether or not the expansion panel would appear, now i did the handle like so...
then the weirdest thing happen, these fields do not update the rest when i change one of them
so does anyone have any clue of why this is happening since i like to use duplicate fields and the handler to detect changes
Like
Hello Michael.
Sorry, but the task is not clear. Can you please use 3 fields and explain the actual result and the expected result. And also what is the data type for each field. Also there is a possibility that your logic is not working in case you are using Integer data type columns where the maximum value possible is 2,147,483,647. And also there is no logic in the screenshots that could explain why the rest columns should change the value.
Oleg Drobina,
so basically i want 3 fields using the same UsrCode so that when i type in on 1 field the rest of the fields gets auto-filled by the one that i edited, this works normally, however when i add in a handler to scan the fields in the JS code to add a more than condition based on another field that has nothing to do on the 3 fields using the same UsrCode, it broke the duplicated fields
picture this,
in this image there are several fields however they have the same UsrCode by their name, so if i change the "Nama User" field on the first expansion panel then the rest of the fields with the title "Nama User" gets changed, now when i add in a handler on another tab(the "Nama User" field is on Testing Tab)
like if the Number Condition is more than 2Billion then mark true for the visibility of the "Testing Condition of more than" expansion panel, but when i add in the handler in the Javascript like so
it broke the duplicate fields in the testing tab, so the "Nama User" Field does not get updated when i make a change on one of the fields