StoreTransactionCreateSplitLinesByUnitServiceAgreement Method |
Creates the service agreement.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceAgreement CreateSplitLinesByUnitServiceAgreement(
Route route
)
Public Function CreateSplitLinesByUnitServiceAgreement (
route As Route
) As ServiceAgreement
public:
ServiceAgreement^ CreateSplitLinesByUnitServiceAgreement(
Route^ route
)
member CreateSplitLinesByUnitServiceAgreement :
route : Route -> ServiceAgreement
Parameters
- route
- Type: Aloe.EnterpriseOne.Model.Systems.WorkflowRoute
The Generation route.
Return Value
Type:
ServiceAgreementServiceAgreement.
See Also