IQuoteERPOrderKey Property |
ERPOrderKey: The key in the ERP system that identifies this sale's Order, as transferred and possibly later edited in the ERP system
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPOrderKey { get; set; }
Property ERPOrderKey As String
Get
Set
Dim instance As IQuote
Dim value As String
value = instance.ERPOrderKey
instance.ERPOrderKey = value
property String^ ERPOrderKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also