13.01.2009, 18:32 | #1 |
Участник
|
Infolog: using prefix with one message
I'm currently using the infolog to warn users when they have entered a duplicate employee.
X++: setprefix('Customer record added has one or more duplicate name and search-name combinations:'); while select blah........ { info(strFmt('Name: %1, Name Alias: %2, Group: %3, Currency: %4', tCustTable.Name,tCustTable.NameAlias,tCustTable.CustGroup, tCustTable.Currency)); } How do I get the full size infolog with only one message in it (or one prefix containing one message)? Working in AX4.0 SP2 |
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|