Dear Experts,
can you help me on below mapping
<TransportationDocument><Item> <Description>
sender | ObjectType | This is to identify the type of object that is associated with the manifest.
| The value needs to be derived from the TM ES < Description> field. For example, the value present in this field would be:“PACKAGE - WOODEN BOX”. The requirement is to return value “PACKAGE” from the above field value. To achieve this, truncate the characters beginning from “-“ and return the characters before the special character “-“. So truncating anything starting from “-“ would return us the ObjectType value. So in this example, truncating would return “PACKAGE”. |
cheers