SRP_Mobile_Repository(CtrlEntID, 'GetError') |
@FM delimited list of errors.
Parameter | Description |
---|---|
None | N/A |
This property will allow the developer to check for any error conditions that may have been generated from previous operations. Generally speaking, errors are cleared whenever the SRP_Mobile_Repository function is called. Therefore the developer needs to check for errors before the next call.
// Check to see if any errors were generated before moving forward in the code. Response = SRP_Mobile_Repository(CtrlEntID, 'GetError') |