TNT SHM Parent Function Write Field Names
This user property is used in conjunction with the TNT SHM Write Field Names user property. Use this user property to define the names of the fields that receive changes in subfunction details from the TNT SHM Create Sub Function VBC business component. Also use this user property to define the field names to be copied in the subfunction so that when the Sub Function pop-up applet is opened, all these field values are displayed as the existing subfunction records.
In C++, the field values are copied from the TNT SHM Create Sub Function VBC business component to the TNT SHM Function business component in the defined field order. Therefore, you must maintain the order of the fields to determine from which field in the TNT SHM Create Sub Function VBC business component to which field in the TNT SHM Functions business component each value is copied.
Field Names | Description |
---|---|
Value |
Day#, Function Type, Function Name, Date, End, Flow Flag, TNT SubFunction Location, Projected Num, Start, Expected Num, Joined Function Space ID, Joined Function Space Name |
Parent Object Type |
TNT SHM Function business component |
Usage |
This user property is used in C++ code in conjunction with the TNT SHM Create Sub Function VBC business component. When a user clicks the Sub Function button, the subfunctions of the selected function are displayed in Create Agenda Sub Function pop-up applet. Similarly, if the existing subfunction details are modified or if new subfunctions are added, these changes are displayed in the Functions views of the Quotes and Orders screens. This user property is used to map the VBC fields with the fields of the TNT SHM Function parent business component. If you add, delete, or modify fields, then to display these changes, you must modify this user property value, and also the value of the TNT SHM Field Names user property of the TNT SHM Create Sub Function VBC business component. |