system.kanoa.lot.deleteLotAttribute
Description
Deletes a lot attribute.Syntax
deleteLotAttribute(lotAttributeId, userId)- lotAttributeId (int)
- userId (int)
- # of records modified (int), msg (string): None if success
Code Examples
lotAttributeId = 1
system.kanoa.lot.deleteLotAttribute(lotAttributeId, 5)
>>>
None
1
>>>