0
edits
Changes
no edit summary
* To assign the owner of the company attached to the Level 1 item to the ''Person '' field use the following statement in the Level 1 template formula box:
@opportunity.peopleid@=@company.ownerid@
* To populate the '''End Date''' standard field with the date the status is changed to '''Complete'''
@level1.enddate@=IF("@level1.status@"="Complete" and "@level1.enddate@"="0000-00-00" ,CURDATE(),"0000-00-00");
==Using a Level 2 Type Formula==