04.03.2008, 16:19 | #1 |
Участник
|
TwC: Validate access to return value from display/edit method.
Ребята, вероятно мой вопрос окажется бояном, но я честно искал и не нашел(
Итак, следующий BP: TwC: Validate access to return value from display/edit method. Вот собсна метод. X++: display Addressing address() { Addressing address; ; address=Address::find(this.TableId, this.RecId, AddressType::Delivery).Address; if(!(hasSecurityKeyAccess(securitykeyNum(My_SK), AccessType::View)) &&isConfigurationkeyEnabled(configurationkeyNum(MY_CK)) ) { throw error("@SYS57330"); } return address; }
__________________
Axapta has seduced me deadly! |
|