I'm asking if it is possible (not smart) to create a tempfield in an MXD Definition Expression that creates a tempfield which is a concantenation of a few other fields that will translate over to the REST service created by said MXD?
So to clarify. I want to do the following:
- Create MXD using Feature Class X
- Create Definition Expression that generates a TEMP FIELD (using SQL).
- Temp Field will be a concantenation of fields A + B + C
- Share MXD as a Service.
- Create Webmap.
- Use TempField from REST Service in Webmap.
Is this possible?