Macro - how to set/unset Item Master data properties

Štefan Skalský

Hi,

I would like to set/unset  Item Master Data properties (QryGroup) using Macro.

Is it possible? I did not found any UID of this grid.

Comments

1 comment

  • Comment author
    Geoff Booth

    Try: Set($[$129.2.0.6]|Y);

    Where:

    Item = 129

    Column = 2

    Type = 0 (Text)

    Row = 6 (The query property id you are trying to set)

    0

Please sign in to leave a comment.