Hi guys, i create addCustomView based on crm documentation. This scripts are running in entity : lnkt_scheduleplan
formContext.getControl(arg).addCustomView(viewId, entityName, viewDisplayName, fetchXml, layoutXml, isDefault)
This is my layoutXml:
var layoutXml = "" "" "" "" "" "" "" "" "" "" "" "";
i need a little help to add this field lnkt_codename from entity lnkt_employee into layoutXml. Thanks for the help guys