CustInvLineBillCodeCustomFieldBase::writeCustCustomFields Method

Saves all the custom field values for a free text invoice line to the database.

Syntax

client server public static void writeCustCustomFields(
    Map _mapCustCustomFieldElement, 
    CustCustomFieldSourceType _customFieldSourceType, 
    Common _record)

Run On

Called

Parameters

  • _mapCustCustomFieldElement
    Type: Map Class
    A Map that contains instances of CustCustomFieldElement class.

Remarks

This method iterates through all the CustCustomFieldElement instances in the map and calls the writeCustomFieldValue method on the map.

See Also

Reference

CustInvLineBillCodeCustomFieldBase Table