Hi,
Based on the Rm/PO API guide, there is function named PhysObjGenerateLabel( ) which generates the labels for locators or phsical items. Right now, I am trying to generate the label for physical item box.
PhysObjGenerateLabel( )
Parameters
{'objID', {IntegerType}, 'DataID', 'IN'}
{'labelType', {StringType}, 'label Type', 'IN'}
{'NumberOfCopies', {IntegerType}, 'number of copies', 'IN'}
{'locator', {BooleanType}, 'Locator of PO labels', 'IN'}
{'Facility', {StringType}, 'Facility', 'IN'}
{'Area', {StringType}, 'Area', 'IN'}
{'BoxLocator', {StringType}, 'IN'}
In the function, what does mean locator? Does anybody has sample code for this?
Thanks in advance!
Li