MainAccountCategory.validateWrite Method
Indicates that the row can be written.
Syntax
public boolean validateWrite()
Run On
Called
Return Value
Type: boolean
true if the write process can continue; otherwise, false.
Remarks
The AccountCategory field must be specified and not already exist on another row in the table.
The AccountCategory field on a row is changeable but must be unique. The AccountCategoryRef field is required at the table level but for new rows it is not assigned until the insert is complete. A call of the super method cannot be done as it will generate an error.