Suppose I have a NotesDocument with a property named "someJSONObject"
with the following value:
"{
"someObject":
{
"objId": "someId"
"Object_Name": "objName",
"Alternative_Name" : "altName",
"Alias_Name" : "alias"
}
}"
My question is how I can get "objId"
property to use it in Notes View in such a way, so I would be able to use this as a seach criteria. There are only "Simple Function", "Field", "Formula" available. How can I write it there, instead of writing duplicate field just for sorting purposes?