I have a workflow that is supposed to populate a d...
# suiteflow
p
I have a workflow that is supposed to populate a date field with today;s date when the status on sales order is change from Pending Approval to Pending Fulfillment but it is not working. Any ideas why?
k
your trigger probably isn't set up correctly. this one I think is actually a little odd to set up if I recall correctly
Might be better to do a scheduled workflow that populates today's date on everything that has that field populated if the status is pending fulfillment/fulfilled and the field is blank.
p
thanks. that's the route i ended up taken.