DynamicPropertyManager.setProperties Method [AX 2012]

public void setProperties(
    int propertySetId, 
    str caption, 
    Struct values, 
   [Struct defaultValues, 
    Struct categories, 
    DynamicPropertyCallback callbackObject, 
    boolean setFocus])

Run On

Client

Parameters

propertySetId
Type: int
caption
Type: str
values
Type: Struct Class
defaultValues
Type: Struct Class
categories
Type: Struct Class
callbackObject
Type: DynamicPropertyCallback Interface
setFocus
Type: boolean

Community Additions

ADD
Show: