Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a derived column that is based on the difference with the DeliveryDate value.
Syntax
server private static str daysDelayed(FieldName _fieldName)
Run On
Server
Parameters
- _fieldName
Type: FieldName Extended Data Type
The name of the field to which to compare the DeliveryDate value.
Return Value
Type: str
The date difference, represented in days between the requested field and the DeliveryDate value.