“MS Dyn CRM Associate N: M Record JS” Ответ

MS Dyn CRM Associate N: M Record JS

var manyToManyAssociateRequest = {
    getMetadata: () => ({
        boundParameter: null,
        parameterTypes: {},
        operationType: 2,
        operationName: "Associate"
    }),


    relationship: "jaj_role_contact",


    target: {
        entityType: "contact",
        id: "c83aab0f-6863-ea11-a811-000d3aba6eaf"
    },
    
    relatedEntities: [
        {
            entityType: "jaj_role",
            id: "aae3175e-cb63-ea11-a811-000d3aba6eaf"
        },
        {
            entityType: "jaj_role",
            id: "ace3175e-cb63-ea11-a811-000d3aba6eaf"
        }
    ]

}


Xrm.WebApi.online.execute(manyToManyAssociateRequest).then(
    (success) => {
        console.log("Success", success);
    },
    (error) => {
        console.log("Error", error);
    }
)
iRoot CC

MS Dyn CRM Associate N: M Record JS

var manyToManyAssociateRequest = {
    getMetadata: () => ({
        boundParameter: null,
        parameterTypes: {},
        operationType: 2,
        operationName: "Associate"
    }),


    relationship: "jaj_role_contact",


    target: {
        entityType: "contact",
        id: "c83aab0f-6863-ea11-a811-000d3aba6eaf"
    },
    
    relatedEntities: [
        {
            entityType: "jaj_role",
            id: "aae3175e-cb63-ea11-a811-000d3aba6eaf"
        },
        {
            entityType: "jaj_role",
            id: "ace3175e-cb63-ea11-a811-000d3aba6eaf"
        }
    ]

}


Xrm.WebApi.online.execute(manyToManyAssociateRequest).then(
    (success) => {
        console.log("Success", success);
    },
    (error) => {
        console.log("Error", error);
    }
)
iRoot CC

Ответы похожие на “MS Dyn CRM Associate N: M Record JS”

Вопросы похожие на “MS Dyn CRM Associate N: M Record JS”

Больше похожих ответов на “MS Dyn CRM Associate N: M Record JS” по JavaScript

Смотреть популярные ответы по языку

Смотреть другие языки программирования