Documentation

crm.quote.fields

Scope: catalog Permissions to execute: for all

crm.quote.fields()

Returns fields description for a estimate, including user fields.

Parameters

No parameters.

Example

BX24.callMethod(
	"crm.quote.fields", 
	{}, 
	function(result) 
	{
		if(result.error())
			console.error(result.error());
		else
			console.dir(result.data());
	}
);

Fields

td>Associating with a contact
Field DescriptionType/th>Note
ASSIGNED_BY_ID Associated with a user by the IDuser
BEGINDATA Date of the invoicedate
CLIENT_ADDR Contact addressstring
CLIENT_CONTACT ContactstringDeprecated. Saved for compatibility.
CLIENT_EMAIL Contact e-mail addressstringDeprecated. Saved for compatibility.
CLIENT_PHONE E-mail field fill-up checkcharRead only. Saved for compatibility.
CLIENT_TITLE Client titlestringDeprecated. Saved for compatibility.
CLIENT_TPA_ID Client KPIstringDeprecated. Saved for compatibility.
CLIENT_TP_ID Client TINstringDeprecated. Saved for compatibility.
CLOSED Closedchar
CLOSEDATA Date when closeddate
COMMENTS Manager commentstring
COMPANY_ID Linking to companycrm_company
CONTACT_IDcrm_contactDeprecated. Saved for compatibility.
CONTACT_IDS Associating with several contactscrm_contactMultiple.
CONTENT Estimate contentstring
CREATED_DY_ID Specifies the creatoruserRead only.
CURRENCY_ID Estimate currencycrm_currency
DATA_CREATE Date of creationdatetimeRead only.
DATA_MODIFY Date modifieddatetimeRead only.
DEAL_ID Deal, associated with an estimatecrm_deal
ID Estimate IDintegerRead only.
LEAD_ID Lead, associated with an estimatecrm_lead
LOCATION_ID Locationlocation
MODIFY_BY_ID ID of the last modification authoruserRead only.
MYCOMPANY_ID Company ID, from which the estimate is submittedcrm_company
OPENED Accessible for allchar
OPPORTUNITY Amountdouble
PERSON_TYPE_ID Payer type IDinteger
QUOTE_NUMBER Estimate numberstringRead only.
STATUS_ID Statuscrm_statusStatus from directory.
TAX_VALUE Amount sumdouble
TERMS Conditionsstring
TITLE NamestringRequired
UTM_CAMPAIGN Advertisement campaign designationstring
UTM_CONTENT Campaign contentstringFor example, for context announcements.
UTM_MEDIUM Type of trafficstringCPC (announcements), CPM (banners).
UTM_SOURSE Advertisement systemstringGoogle-Adwords and others.
UTM_TERM Campaign search conditionstringFor example, contextual advertising keywords.


© «Bitrix24», 2001-2024