Autonumber in published webservice

0
Hi, Is it not possible to expose an autonumber is a web service? The attribute doesn't show in the 'select exposed attributes and associations' . It shows all the other attributes i have in the entity except that. The reason i wanted to do this is to display an autonumber called 'reference number' which will be a customers reference number when a form is submitted from one app to another. But at the moment i can't map it to anything as i can't expose it.  Is there another way of doing this. I need the reference number to be the same in both apps and for the reference to be displayed to the customer only once. 
asked
2 answers
2

It should work (like Joost said)..

Simple example

Entity

WebService

Microflow

Return Type

 

 

answered
0

you can always use a non persistent request/response object wherein you have an attribute "referenceNumber", which maps the initial object/autonumber as a int/parsed string etc

answered