Hi , Is there any way in logic extension i/o operation to update an index field ? For example, I am trying to update document type column for a particular combination of doc type/doc number/doc company. (update gldct = '**' where gldct = 'AB' and gldoc = 12345 and glkco = 12345)
From what I see for update operations in logic extensions, a field can be either an index field (which is used for the select) and other fields can be used for update. Has anyone tried something like this please ?
From what I see for update operations in logic extensions, a field can be either an index field (which is used for the select) and other fields can be used for update. Has anyone tried something like this please ?