Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Default

Description

Sample Data

OpsCultureId

Int16

On Insert: No

On Update: No

The culture Id is a unique identifier for a culture. For internal use only.


OpsCultureName

String (15)On Insert:

Yes (if One of OpsCultureName or OpsCultureNumber is not supplied)

On Update: Yes (if OpsCultureNumber is not supplied)

required

The culture name is a unique identifier for a culture.

en-US

OpsCultureNumber

Int16

On Insert: Yes (if OpsCultureName is not supplied)

On Update: Yes (if OpsCultureName is not supplied)

See OpsCultureName

The culture number is a unique identifier for a culture.

1033

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <EffectiveDefaultOpsCultureIdentity><b:EffectiveDefaultOpsCultureIdentity>
                     <OpsCultureId<b:OpsCultureId i:nil="true"/>
                     <OpsCultureName>en<b:OpsCultureName>en-US</b:OpsCultureName>
                     <OpsCultureNumber>1033<<b:OpsCultureNumber>1033</b:OpsCultureNumber>
                  </b:EffectiveDefaultOpsCultureIdentity>