Adding issuedDateTime to createItemIssuance and updateItemIssuance services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Adding issuedDateTime to createItemIssuance and updateItemIssuance services

Jacopo Cappellato-4
createItemIssuance and updateItemIssuance services don't allow to  
specify a issuedDateTime because the entity field is excluded by the  
service definition; the field is then populated with the nowTimestamp  
value.
I would like to add the issuedDateTime as an optional IN parameter so  
that it is possible to specify an item issuance that happened in the  
past (for example when orders are imported from external system).
Is it ok?

Jacopo


Reply | Threaded
Open this post in threaded view
|

Re: Adding issuedDateTime to createItemIssuance and updateItemIssuance services

Bob Morley
I would find that useful; we have the potential to have a very similar requirement.

- Bob

Jacopo Cappellato-4 wrote
createItemIssuance and updateItemIssuance services don't allow to  
specify a issuedDateTime because the entity field is excluded by the  
service definition; the field is then populated with the nowTimestamp  
value.
I would like to add the issuedDateTime as an optional IN parameter so  
that it is possible to specify an item issuance that happened in the  
past (for example when orders are imported from external system).
Is it ok?

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: Adding issuedDateTime to createItemIssuance and updateItemIssuance services

Bilgin Ibryam
In reply to this post by Jacopo Cappellato-4
+ 1

Bilgin

On Tue, 2009-08-18 at 17:03 +0200, Jacopo Cappellato wrote:

> createItemIssuance and updateItemIssuance services don't allow to  
> specify a issuedDateTime because the entity field is excluded by the  
> service definition; the field is then populated with the nowTimestamp  
> value.
> I would like to add the issuedDateTime as an optional IN parameter so  
> that it is possible to specify an item issuance that happened in the  
> past (for example when orders are imported from external system).
> Is it ok?
>
> Jacopo
>
>