-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.28.0
-
Fix Version/s: 3.30.0
-
Component/s: Page Providers
-
Tags:
-
Backlog priority:600
-
Sprint:NOS 11.1.32 - 2020-04 2
In the context of NXP-28557 and associated project,
Current Studio generated code
<fields> <field>data['gs1scm']['certification']['0']['certifAgency']</field> </fields>
is to working anymore and must be replaced e.g. with the following syntax:
data.gs1scm.certification[0]["certifAgency"]
namely the entry should be numbered 0 and not '0'