SetSchema() Method

You use the SetSchema() method of the Screen object to change the description of the structure (schema) of a form to the one specified in the method. This method is useful when you need to work with the description of the form that was used in previous versions of MYOB Acumatica. This method is specific for each MYOB Acumatica form, and you should use the method with the ID of the needed form in the prefix of the method name.

Syntax

public void SetSchema(Content schema)

Parameter

  • schema: The schema of an MYOB Acumatica form.