Hello Guys,

Here is the object. How can I get access to the [Name] = access. People who
help me with this can you please tell me what is the logic behind traversing
the objects and how do you gather the values. Thanks. I am looking for an
answer like this $queryResult->f....->dsfsdf

QueryResult Object
(
    [queryLocator] =>
    [done] => 1
    [records] => Array
        (
            [0] => SObject Object
                (
                    [type] => Contact
                    [fields] =>
                    [sobjects] => Array
                        (
                            [0] => SObject Object
                                (
                                    [type] => Account
                                    [fields] => SimpleXMLElement Object
                                        (
                                            [Name] => Access
                                        )

                                )

                        )

                )

        )

    [size] => 1
)

Reply via email to