|
13.04.2014, 20:15 | #1 |
Чайный пьяница
|
Посмотрите второй параграф - http://a33ik.blogspot.com/2013/10/cu...r-net-and.html
__________________
Эмо разработчик, сначала пишу код, потом плачу над его несовершенством. Подписывайтесь на мой блог, twitter и YouTube канал. Пользуйтесь моим Ultimate Workflow Toolkit |
|
15.04.2014, 15:08 | #2 |
Участник
|
Цитата:
Сообщение от a33ik
Посмотрите второй параграф - http://a33ik.blogspot.com/2013/10/cu...r-net-and.html
X++: OrganizationRequest request = new OrganizationRequest("slick_CustomActionsTest"); request["BoolInArgument"] = true; request["DateTimeInArgument"] = DateTime.Now; request["DecimalInArgument"] = decimal.Zero; OrganizationResponse response = service.Execute(request); bool boolvalue = (bool)response.Results["BoolOutArgument"]; OrganizationRequest request = new OrganizationRequest("slick_CustomActionsTest"); ? |
|
|
|