AXForum  
Вернуться   AXForum > Microsoft Dynamics AX > DAX Blogs
All
Забыли пароль?
Зарегистрироваться Правила Справка Пользователи Сообщения за день Поиск

 
 
Опции темы Поиск в этой теме Опции просмотра
Старый 20.04.2012, 23:13   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
emeadaxsupport: Override AllowEditOnCreate when creating records through a service
Источник: http://blogs.msdn.com/b/axsupport/ar...a-service.aspx
==============

I had a case recently in which they were creating records using the DocuRefService. The problem was that an error occurred stating "Field must be filled in", even though the field mentioned had been specified in the code.

The error occurred on these fields...

RefCompanyId

RefRecId

RefTableId



As it turned out, all had a Mandatory property of Yes and had AllowEditOnCreate = No.

This could be worked around by changing the AllowEditOnCreate property to Yes for these fields but could have an impact on application functionality.

Instead, override the initFieldAccessOverrides method in AxdDocuRef

protected void initFieldAccessOverrides()

{

this.overRideFieldAccess(tableNum(DocuRef), fieldNum(DocuRef, RefRecId), AxdFieldAccess::AllowEditOnCreate, NoYes::Yes);

this.overRideFieldAccess(tableNum(DocuRef), fieldNum(DocuRef, RefTableId), AxdFieldAccess::AllowEditOnCreate, NoYes::Yes);

this.overRideFieldAccess(tableNum(DocuRef), fieldNum(DocuRef, RefCompanyId), AxdFieldAccess::AllowEditOnCreate, NoYes::Yes);


}




This way you are only changing the AllowEditOnCreate property while creating records through the service and not impacting other parts of the application.




Источник: http://blogs.msdn.com/b/axsupport/ar...a-service.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
 

Похожие темы
Тема Автор Раздел Ответов Посл. сообщение
emeadaxsupport: AX for Retail 2012: Customizing the Transaction Service Blog bot DAX Blogs 0 19.04.2012 01:14
emeadaxsupport: Calling the Query Service Blog bot DAX Blogs 0 18.02.2012 01:13
emeadaxsupport: AX for Retail: Tip for Troubleshooting the Retail Transaction Service Blog bot DAX Blogs 0 25.01.2012 10:11
DynamicsAxSCM: Service products in Microsoft Dynamics AX 2012 Blog bot DAX Blogs 2 02.06.2011 13:36
emeadaxsupport: How to: Add a new operation to AIF Document Service. Blog bot DAX Blogs 0 01.04.2011 00:12

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.
Быстрый переход

Рейтинг@Mail.ru
Часовой пояс GMT +3, время: 20:58.