On an inbound shipment I want to set a field as da...
# general
j
On an inbound shipment I want to set a field as date field + number field through a workflow. {actualshippingdate}+nvl({custrecord_inboundshipment_vendor.custentity_terms_days},0) In a search this gives me the numbers correctly, but the workflow is setting the value as: 9/23/2022482 can somebody tell me what stupid mistake i am making?
s
Based upon the output, are you using a formula text instaed of formula date?
j
on the search its formula date {date}+{number} and I'm getting the correct results. I'm using the same formula on other workflows for other transaction types, but for some reason inbound shipment isn't working.
j
i'm also having the same issue