18
Views
1
Comments
[ardoJSON] Outsystems2JSON server action, output the entity name
ardojson
Service icon
Forge asset by João Barata
Application Type
Service

With ardoJSON extension, is it possible to get the entity name of "AssetsCuration" in the output JSON of this server action, if the AssetsCuration is a defined entity in OS studio?

I tried using the XML extension. If I put the input object in the same way, there is a attribute returning the Entity Name of AssetsCuration from the Output xml string.

2021-09-06 15-09-53
Dorine Boudry
 
MVP

I think you can make a record, holding an AssetsCuration, that would result in "AssetsCuration" being the highest level in your JSON.

At least, that's how it works with the standard JSONSerialize action of Outsystems, I have no reason to believe ardoJSON would work very differently

Dorine

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.