ClientStateName

Displayed state name for clients

Syntax

ClientStateName "value";

Description

This is generated from the modeled state name. Set this property to get another name.

State name is typically used as PROG text in the client. When not explicitly specified, the modeled name is used as it is.

The following code changes the client state name from 'InProgress to 'In Progress'.

states {
   state InProgress {
      ClientStateName "In Progress";
   }
}

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