DbObjstateStyle

The type of objstate used for database table

Syntax

DbObjstateStyle "value";

Value Description
rowstate Column ROWSTATE is used as objstate.
custom Specified column name is used as objstate.

Description

This flag determines how the database code for objstate should be generated.

codegenproperties {
   DbObjstateStyle "wo_status_id";
}

This page is generated from IFS Developer Studio at 2021-08-13 08:40.