Need help with workflow formula please, Related W/...
# manufacturing
a
Need help with workflow formula please, Related W/O from Sales Order, backward scheduled and want to set the W/O end date = S/O shipdate -14, i.e. W/O enddate to be set to 14 days prior than the S/O ship date. all attempted formulas getting the error 'You have entered an Invalid Field Value ERROR: Invalid Expression for the following field: enddate'
d
what formula are you currently using?
a
tried everything from to_char to nlapi type of formulas, all still had same error
d
createdfrom field does not appear to be an accessible join from the W/O -- there's your issue
You could try creating a workflow that is applied to both S/O and W/O, storing the S/O Ship Date in a Workflow defined field to be accessed in a later state for the W/O
but probably less complicated to script it
a
thanks Daniel will give it a go.