phuocle / Dynamics-Crm-DevKit

A collection of projects and items template for develop Dynamics 365 Crm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

form.js generator is bug

phuocle opened this issue · comments

error

var body = {
   ab_existing_customerid_1: {}
}

should be

var body = {
   ab_existing_customerid1: {}
}

Fixed