-
Hello all, I'm generating a preview for a notice 29 in sdk1.5 via the render notice API. I specify an amount and the value known indicator. However the labels for the percentage (BT-731 / BT-555) are also generated. Is this a rendering problem? Will this get fixed? :) Thanks for helping, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Maybe @pdonohoe knows about this? |
Beta Was this translation helpful? Give feedback.
Dear @Wout3P,
I can't comment on the way these fields were rendered at the time you submitted the XML, I don't have direct access to the rendering code used at that time.
However using the XML code you mention above, today the label for BT-555 would not be shown, as the corresponding element was not included in the XML. Only the label for BT-731 would be shown. Viewed in English, it would display:
Subcontracting percentage is known: No
This is because you included the element for BT-731 in your XML:
efbc:PercentageKnownIndicatorfalse</efbc:PercentageKnownIndicator>
BT-731 is optional. If the element efbc:PercentageKnownIndicator is not included in the XML, then the line would not be displ…