Make a field in Parent Page Visible, when a detail record is created (FreedomUI)
Hi Community,
Can you provide a code example for the following scenario:
When a record to a detail is added, make a field in the Parent Page visible.
Example
When a record is created in Detail 'Opportunity Team' make the Description field (of Opportunity_Form_Page) visible
Regards
Sasor
Like
Hey,
So you can fetch the count of records under the detail object through code.If the count is greater than 0 then you can make it visibile.
EG below:
for the visibilty logic refer - https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…
Hey,
So you can fetch the count of records under the detail object through code.If the count is greater than 0 then you can make it visibile.
EG below:
for the visibilty logic refer - https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platfor…