Share via


EcoResStorageDimensionGroupFldSetup::changedRelatedStorageDimSetup Method

Changes the value of a field in a related field setup record of a dimension group field from a source dimension group.

Syntax

client server public static boolean changedRelatedStorageDimSetup(
    EcoResStorageDimensionGroupFldSetup _setup, 
    EcoResStorageDimensionGroupFldSetup _relatedSetup, 
    int _fieldNum, 
    NoYes _changedTo, 
    boolean _changeRelated)

Run On

ClientOrServer

Parameters

  • _fieldNum
    Type: int
    The field ID to update.
  • _changedTo
    Type: NoYes Enumeration
    The value of the field in the source record must have changed to update the field in the destination record.
  • _changeRelated
    Type: boolean
    A Boolean value that indicates whether to update the destination field.

Return Value

Type: boolean
true if the change has to be or has been performed; otherwise, false.

Remarks

If the _changeRelated parameter is false, the destination field is not updated but the method returns true to indicate that the change is needed.

See Also

Reference

EcoResStorageDimensionGroupFldSetup Table