9.4 JS Changes
This topic provides the systematic instructions to JS fields.
Perform the following steps to implement JS changes:
- Add all the dependencies in define block.
- The JS self.payload is an observable, which will hold all the info inputted from the HTML. All keys in self.payload is directly linked with HTML.
- Save method implementation will look like in below figure. In the next line, it is making a promise and calling the save function of cmn-ct-datasegment providing the payload and endpoint as parameters. If save is success, it will resolve and for failures it will come to reject.
- The function null check is as shown below:
- The validate function is shown in the below mentioned validate function screen, which will check all mandatory fields during save.
Parent topic: Extensibility Use Cases for OBX