A
A
adam_carraway2018-10-19 17:21:34
JavaScript
adam_carraway, 2018-10-19 17:21:34

How to return just inserted details?

BX24.callMethod(
                                    "crm.requisite.add",
                                    {
                                        fields:
                                            {
                                                "ENTITY_TYPE_ID": 4,
                                                "ENTITY_ID": n,
                                                "PRESET_ID": 1,
                                                "NAME": "Реквизит",
                                                "RQ_INN": result1[e][2],
                                                "RQ_KPP": result1[e][3],

                                            }
                                    },function (rRequisite) {
                                        console.log(rRequisite.data())
                                    }
                                );

How to return RQ_INN via rRequisite.data() ? rRequisite.data() only returns id

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question