How to implement a Dynamic Service - EntityName binding?
Does anybody have a pointer to documentation, example, video or other succinct education on how to implement a Dynamic Service?
I can’t quite get my mind wrapped around how to bind to the EntityName and from where.
Any pointers are appreciated.
Case:
I have a mashup that used QueryImplementingThingsWithData. I wanted to be able to dynamically pass in the query value rather than hard code it. QD replied with the following suggestion that works:
You can create a new service with an input "SiteIdParam". This service executes the "QueryImplementingThingsWithData" with the query which contains "SiteId = SiteIdParam".
Then, in the mashup, you can bind the mashup parameter "PassedSiteId" to the input parameter "SiteIdParam" of this new service.
I created the new service and it tests correctly however, the newly created service is Dynamic which subsequently introduces the EntityName issue in the mashup when I replace the original QueryImplementingThingsWithData.
Again, I just need to get my mind around Dynamic services and the EntityName.
Any suggestions?
Thanks,
