ProgressChallenged
New Member
Hello ! I have been give an older project to work within Metacom Portals that I understood it was known as Rollbase (Event Bridge Infinite Blue). I have the issue of trying to change a text area field value via rbv_api.setFieldValue to my static value but it does not work. There is also a different solution with a different approach that seems to work but the difference is not huge since my solution is even simpler just putting the static value in the set field value (the other solution takes the response from a JSON request).
Check below my implementation and see why it would not work, permissions are all on yes and there is no default value overwriting it. When I print before and after setting the value it shows null for both. The value to be entered is static in the formula. No other errors.
Formula: rbv_api.setFieldValue("TEST_Operation", {!id}, "Text_Test", "TEST");
Check below my implementation and see why it would not work, permissions are all on yes and there is no default value overwriting it. When I print before and after setting the value it shows null for both. The value to be entered is static in the formula. No other errors.
Formula: rbv_api.setFieldValue("TEST_Operation", {!id}, "Text_Test", "TEST");