CreateDefaultViewRecord() -- View

Examples


The CreateDefaultViewRecord() function defined in the syListViewObj form is used to create the default view information for a list.

Syntax

CreateDefaultViewRecord(list_dict_ID, list_ID)

Parameters

list_dict_ID – An integer specifying the ID of the product that defines the list.

list_ID – An integer specifying the unique ID assigned to the list.

Return value

An integer indicating whether the default view information was created. The constant OKAY indicates the information was created. Any other value indicates an error occurred.


Documentation Feedback