Data Format
Set the format for passing date or time data (e.g., for storage and retrieval).
When registering a Load Service for a Source Component with date data in the format yyyy-MM-dd
, you would set the Target in the Component-interface as Prop, and set the Source as ControlId.
This sends the data from the Source Component to the Target Component. Subsequently, in the Load Service of the Target Component, you would set the Component-interface's Target as ControlId and Source as Prop. This allows the Target Component to receive date data in the yyyy-MM-dd
format.
[Image 1. When Required Flag is applied -> yyyyMMdd]