Question
· Nov 28, 2023

Message Property begins with Special Character

I am creating a custom message class. How do I define @name and #text fields?

this?   Property name As %String (%JSONFIELDNAME = "@name");

 

                "AttributesXML": {
                        "Attributes": {
                            "Attribute": [
                                {
                                    "@name": "city",
                                    "#text": "Kyle"
                                },
                                {
                                    "@name": "gmbCode",
                                    "#text": "TXAUSKLY0020G"
                                },
                                {
                                    "@name": "isPrimary",
                                    "#text": "False"
                                },
                                {
                                    "@name": "latitude",
                                    "#text": "30.0140266418457"
                                },
                                {
                                    "@name": "longitude",
                                    "#text": "-97.8645706176757"
                                },
                                {
                                    "@name": "phone",
                                    "#text": "877-324-3310"
                                },
        

Product version: IRIS 2022.2
Discussion (1)1
Log in or sign up to continue