SalesOrderID Property

Creates a SalesOrder record if one doesn't exist yet.

Namespace: BBNCExtensions.API.Utility
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract Guid ID { get; }

Return Value

Type: Guid
Sales order ID--the primary key in the SALESORDER table
Use .HasPending to determine if there's an order BEFORE ASKING FOR THIS ID IN ANY WAY including an inspector in Visual Studio. Even hovering over the sales order object will cause the ID to be accessed, and created.