Why Territory Assignment Scheduled Process doesn't trigger any println statement in scripts?
**This post was created as part of a How to Service Request (SR)
Summary:
Territory Assignment Scheduled Process doesn't trigger any println statements in field trigger or even before update triggers in Opty
Content (required):
Version (include the version you are using, if applicable): 22B
Code Snippet (add any code snippets that support your topic, if applicable):
Example: BeforeUpdate trigger as follows on Opty
if(isAttributeChanged('LastAssignedTimestamp'))
{
println('Before Update Trigger Called');}
Tagged:
0