ReportingAttr
This template parallels Template:KVP to capture reporting attributes that aren't attached as user data KVPs.
The template expects attribute info to be captured in a Library book, for reuse by query in the data-layer-providing products (e.g., BGS) and the reporting side (GIM, possibly GI2/GCXI). It should be called in the following format:
{{ReportingAttr
|attrName=
|attrDesc=
|attrValid=
|attrDefault=
|mapsTo=
|mandatoryForGIM=
|introduced=
|modified=
|discontinued=
|attrCategory=
}}
The longer-term intention is to make specifying the |mapsTo parameter optional, ideally getting it populated by reciprocal query to the GIM PDM Library book.
The content of this template is:
{{#cargo_declare:_table=ReportingAttr|attrName=Text|attrDesc=Text(size=5000)|attrValid=Wikitext(size=5000)|attrDefault=Wikitext(size=5000)|mapsTo=Text|mandatoryForGIM=Text|introduced=Text|modified=Text|discontinued=Text||attrCategory=Text}}
{{#cargo_store:_table=ReportingAttr|attrName={{{attrName|}}}|attrDesc={{{attrDesc|}}}|attrValid={{{attrValid|}}}|attrDefault={{{attrDefault|}}}|mapsTo={{#if:{{{mapsTo|}}}|{{{mapsTo}}}|Not mapped}}|mandatoryForGIM={{{mandatoryForGIM|}}}|introduced={{{introduced|}}}|modified={{{modified|}}}|discontinued={{{discontinued|}}}||attrCategory={{{attrCategory|}}}}}
This template defines the table "ReportingAttr". View table.
This page was last edited on June 7, 2018, at 20:57.
Comments or questions about this documentation? Contact us for support!