IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

GlobalUsageCode Property

A universal code describing basic usage for this message.

Syntax


 getGlobalUsageCode(): RnifsenderGlobalUsageCodes;

 setGlobalUsageCode(globalUsageCode: RnifsenderGlobalUsageCodes): void;

enum RnifsenderGlobalUsageCodes { gucTest, gucProduction }

Default Value

0

Remarks

GlobalUsageCode is a value that specifies how the RosettaNet message is to be treated from a business standpoint.This property currently only supports the following two values:

  • 0 (gucTest)
  • 1 (gucProduction)

This property is a field of the service header.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 JavaScript Edition - Version 20.0 [Build 8262]