📚 SAP Business One SDK Help

CreateLinkedItem Method
See Also 
pIResourceParams
The key of the resource to be linked.

Description

Creates a non-inventory item that links to the resource.

Syntax

Visual Basic
Public Sub CreateLinkedItem( _
   ByVal pIResourceParams As ResourceParams _
) 

Parameters

pIResourceParams
The key of the resource to be linked.

Remarks

By linking resources to non-inventory items, you can purchase and sell these resources in AP/AR order documents (via the existing non-inventory item functionality). This is especially helpful for service-based businesses.

See Also