最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

axapta - Adding a field to form in d365 does not show the value on front end - Stack Overflow

programmeradmin4浏览0评论

I have to add the field 'Payment' from SalesTable to the form 'SubbillDeferralScheduleTable' in the sales order header. This should show the terms of payment of each salestable on that particular field,but it does not show the correct value. It only shows the value which is selected for the first sales table. I have tried selecting the EDT 'CustPayterm ID' to the field properties as well. I have tried adding the method 'Payment' from salestable but it s=does not even show in the drop down and even when I write it myself, the correct values don't show up

I have to add the field 'Payment' from SalesTable to the form 'SubbillDeferralScheduleTable' in the sales order header. This should show the terms of payment of each salestable on that particular field,but it does not show the correct value. It only shows the value which is selected for the first sales table. I have tried selecting the EDT 'CustPayterm ID' to the field properties as well. I have tried adding the method 'Payment' from salestable but it s=does not even show in the drop down and even when I write it myself, the correct values don't show up

Share Improve this question edited Mar 18 at 21:37 Jan B. Kjeldsen 18.1k5 gold badges34 silver badges51 bronze badges asked Mar 18 at 7:03 Saba IqbalSaba Iqbal 171 gold badge1 silver badge12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I hope you are trying this via Visual Studio and not UI. Visual Studio: create an extension of the form, add SalesTable to datasources with the correct relation. Add the SalesTable.Payment field in the form design and compile.

发布评论

评论列表(0)

  1. 暂无评论