Syntax

SRP_Mobile_Repository(CtrlEntID, 'GetError')

Returns

@FM delimited list of errors.

Parameters

ParameterDescription
NoneN/A

Remarks

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.

Examples

// Check to see if any errors were generated before moving forward in the code. 
Response = SRP_Mobile_Repository(CtrlEntID, 'GetError')
  • No labels