Share via


HcmAppBasketContactInfoFormHandler.getEntityType Method [AX 2012]

Finds the EnityType value of the current HcmApplicationBasketLocationView record.

Syntax

protected LogisticsLocationEntityType getEntityType()

Run On

Called

Return Value

Type: LogisticsLocationEntityType Enumeration
LogisticsLocationEntityType::Party if the current HcmApplicationBasketLocationView record is coming from the DirPartyLocation table and LogisticsLocationEntityType::ApplicationBasket if the current HcmApplicationBasketLocationView record is coming from the HcmApplicationBasketLocation table; otherwise, 0.

See Also

Reference

HcmAppBasketContactInfoFormHandler Class