Portal CT
From UG
(Difference between revisions)
(Created page with 'Category:CT2 Portals Architecture This is a new CT field. This flag will be used in code to distinguish between CTs that were created through Client portal (by Non Jag user…') |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
[[Category:CT2 Portals Architecture]] | [[Category:CT2 Portals Architecture]] | ||
+ | |||
+ | |||
+ | == Requirements == | ||
This is a new CT field. | This is a new CT field. | ||
This flag will be used in code to distinguish between CTs that were created through Client portal (by Non Jag users with Shipper role for example) and shipments that were created by Jaguar users through /internal | This flag will be used in code to distinguish between CTs that were created through Client portal (by Non Jag users with Shipper role for example) and shipments that were created by Jaguar users through /internal | ||
+ | |||
+ | If CT was created by Jag user through internal then ''Portal CT = N'' | ||
+ | |||
+ | If CT was created by Non Jag Shipper user through Client then ''Portal CT = Y'' | ||
+ | |||
+ | == Implementation == | ||
+ | |||
+ | CreatedByShipperClientUserId field. If null then created by internal (Jaguar) user. |
Current revision as of 16:01, 1 October 2010
[edit] Requirements
This is a new CT field.
This flag will be used in code to distinguish between CTs that were created through Client portal (by Non Jag users with Shipper role for example) and shipments that were created by Jaguar users through /internal
If CT was created by Jag user through internal then Portal CT = N
If CT was created by Non Jag Shipper user through Client then Portal CT = Y
[edit] Implementation
CreatedByShipperClientUserId field. If null then created by internal (Jaguar) user.