Codeunit "Price Source - Contact"

ID 7038
Namespace: Microsoft.Pricing.Source

Implements

Methods

GetNo

procedure GetNo(var PriceSource: Record "Price Source" temporary)

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"

GetId

procedure GetId(var PriceSource: Record "Price Source" temporary)

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"

IsForAmountType

procedure IsForAmountType(AmountType: Enum "Price Amount Type"): Boolean

Parameters

Name Type Description
AmountType Enum Microsoft.Pricing.PriceList."Price Amount Type"

Returns

Type Description
Boolean

IsSourceNoAllowed

procedure IsSourceNoAllowed(): Boolean

Returns

Type Description
Boolean

IsLookupOK

procedure IsLookupOK(var PriceSource: Record "Price Source" temporary): Boolean

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"

Returns

Type Description
Boolean

VerifyParent

procedure VerifyParent(var PriceSource: Record "Price Source" temporary): Boolean

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"

Returns

Type Description
Boolean

GetGroupNo

procedure GetGroupNo(PriceSource: Record "Price Source" temporary): Code[20]

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"

Returns

Type Description
Code[20]

Events

OnAfterFillAdditionalFields

[IntegrationEvent(False,False)]
local procedure OnAfterFillAdditionalFields(var PriceSource: Record "Price Source" temporary, Contact: Record Contact)

Parameters

Name Type Description
PriceSource Table Microsoft.Pricing.Source."Price Source"
Contact Table Microsoft.CRM.Contact.Contact

See also