Schema "Template"

Hi Team,

I would like to ask for assistance I put a script from the template value calculation in the designer, upon triggering the script template it only applied to the new entry in the manager. 

Is there anything I need to configure to reflect it to the existing item?

Eset table.

Thank you in advance.

Top Replies

Parents
  • Hi Hana,

    you are able to get the state of the base object using the objects "load state"

    If Not $[IsLoaded]:Bool$ Then

    'object is new, do some initial calculation

    Else

    'existing object has been loaded from database, do some calculation on existing object

    End if

    Regards,

       Tino

  • Hi   thank you for your answer just a clarification you mean to use if Not $[IsLoaded]:Bool$ to load all of the items from the database?

    my calculation would just be whenever the displayname is same as ex "Test123" the column for the user name with dropdown should be for the specific user only.

    Thank you.

Reply
  • Hi   thank you for your answer just a clarification you mean to use if Not $[IsLoaded]:Bool$ to load all of the items from the database?

    my calculation would just be whenever the displayname is same as ex "Test123" the column for the user name with dropdown should be for the specific user only.

    Thank you.

Children
No Data