Skip to main content

system.kanoa.lot.deleteLotAttribute

Description

Deletes a lot attribute.

Syntax

deleteLotAttribute(lotAttributeId, userId)

Parameters:
  • lotAttributeId (int)
  • userId (int)

  • Returns:
  • # of records modified (int)
  • msg (string): None if success
  • Code Examples

    lotAttributeId = 1
    system.kanoa.lot.deleteLotAttribute(lotAttributeId, 5)
    >>>
    None
    1
    >>>