You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DevTargetProcess, xram...@voxelgroup.net
My company needs to create additional requests types. I used the soap
API. The code used is:
Tp.RequestTypeServiceProxy.RequestTypeService Service;
Service = TargetProcessContext.GetRequestTypeService();
Tp.RequestTypeServiceProxy.RequestTypeDTO RequestTypeDTO = new
Tp.RequestTypeServiceProxy.RequestTypeDTO();
RequestTypeDTO.Name = p_Name;
return Service.Create(RequestTypeDTO);
is this correct? are you gonna remove this funcionality from the api?
Thanks in advance.
Michael Dubakov
unread,
May 14, 2012, 7:37:35 AM5/14/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to devtarge...@googlegroups.com, xram...@voxelgroup.net
Unfortunately it is not possible to create Request Types.
We have many requests to implement this feature, so we will add this possibility in the future