...
Method | Return Type | Description |
---|---|---|
|
| Retrieves the unique identifier of the master data table. |
|
| Retrieves the key associated with the master data table. |
|
| Retrieves the title of the master data table. |
|
| Retrieves a list of columns within the table. |
|
| Retrieves a list of rows within the table. |
|
| Retrieves the creation context of the table. |
|
| Retrieves the last modified context of the table. |
|
| Retrieves the key of the column that contains the row key value |
Below is a table describing the methods available on the MasterDataColumn
object, which represents a column within a master data table.
Method | Return Type | Description |
---|---|---|
|
| Retrieves the unique key identifier of the column. |
|
| Retrieves the title or name of the column. |
|
| Retrieves the data type of the column's values. |
|
| information if this column contains the row key value |
Here's a table that outlines the methods accessible on the MasterDataRow
object, which encapsulates a row within a master data table.
...