Versions Compared

Key

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

...

Panel
titlePwsOpsCultureRef
  • PwsOpsCultureRef
    • OpsCultureId: Int16
    • OpsCultureName: String
    • OpsCultureNumber: Int16

Element


Element

Data Type

Required?

Default

Description

Sample Data

OpsCultureId

Int16

 

 

 



The Culture Id, this uniquely identifies a Culture. For internal use only.


OpsCultureName

String

 

 

 

OpsCultureId



The Culture Name

en-US

OpsCultureNumber

Int16

 

 

 

Element

Data Type

Description

Default (on insert/update)

Sample Data



The Culture Number, this uniquely identifies a Culture

1033

Usage Example(s)


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