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?