This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

When does value template get triggered?

Hi,

We are working with Value Templates and would like to know under what all conditions does a template get triggered and where can we change that, if possible?

For example, the template for Person.CentralAccount makes use of Person.FirstName and Person.LastName. If the value of LastName for an employee is changed, the value for CentralAccount changes. Which means that the template for Person.CentralAccount is executed if LastName or FirstName is changed. Can we prevent the CentralAccount template from executing on change of FirstName and LastName? How can we do this?

Thanks for your help in advance.

Parents
  • Hi Cartsen,

    Thanks for your response. 

    As mentioned by you, on removing the Overwrite flag, the template is getting triggered only when the FirstName is getting populated and not when LastName gets populated. This results in a value of CentralAccount that only takes into account the FirstName and not the LastName.

    Looking for a solution for this problem.

    Thanks.

Reply
  • Hi Cartsen,

    Thanks for your response. 

    As mentioned by you, on removing the Overwrite flag, the template is getting triggered only when the FirstName is getting populated and not when LastName gets populated. This results in a value of CentralAccount that only takes into account the FirstName and not the LastName.

    Looking for a solution for this problem.

    Thanks.

Children
No Data