SysWindowsAppApprovalsConfigFields.validateWrite Method
Makes sure that the record is valid by checking if its field DocumentPlaceholderName contains valid concatenation of correct table name and field name (when workflow document field type is Field) or correct table name and method name (when workflow document field type is Method).
Syntax
public boolean validateWrite()
Run On
Called
Return Value
Type: boolean
true if DocumentPlaceholderName contains valid concatenation of table name and field/method name; otherwise, false.