mattF | 2024-11-14 08:36:54 UTC | #1
Hi everyone,
I'm trying to work on Architect with a complexe object. I have Contracts, and for each contract, Operations, OperationImp, OperationASV,... Ex : { "sSensOpe":"D","sTypeOpe":"001","deMontant":14321,43,"dtImputation":"241023"}
So if i use Collections, i will have 33 Collections... So i'm trying to work with Json Object and until now, no problem to create and manipulate it.
But to use it, i would need, if customer chose Menu 2 for example, to read all Operations with a 'TypeOpe' Value 'CHQ'. So i have tried "FindJsonArrayItem". But do not understand that function, it seems that i need to indicate the FULL object to find it. For example, i can"t search only with : {"sTypeOpe":"CHQ"}
So i'm a bit confused, what is the purpose of a function to look for something that you already have ?
Some people have already work with Json on Architect ? Thank you all
system | 2024-12-15 08:37:12 UTC | #2
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 30376