Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を含むディメンションのフィールドを持つフォームの生成に取り組んでいますItemid。
Itemid
私は私が持っているだけの形を持っていますItemId、私はそれを見つける必要がありますinventDimID。
ItemId
inventDimID
それ、どうやったら出来るの?
ここであなたが求めているのは商品の寸法であり、必ずしも寸法ではないと思いますinventDimId。ディメンションを取得するには、次のようにします (この例では、ディメンション[1] = 部門を使用します。
inventDimId
static void Job8(Args _args) { Dimension dim; SysDim department; ; dim = InventTable::find('3t80').Dimension; department = dim[1]; }