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.
- _customFieldSourceType
Type: CustCustomFieldSourceType Enumeration
An enumeration value that represents the type of table source for which the method is called.
- _record
Type: Common Table
A Common table buffer.
Remarks
This method iterates through all the CustCustomFieldElement instances in the map and calls the writeCustomFieldValue method on the map.