Get the mashup button-ID from inside the called service
Is it possible to get the button-ID (and related properties) who started a service from a mashup ?
what I would make easier is this:
I have a service who makes a data-preview, or a data-import . This service is called from a mashup button.
A boolean variable can be set as service parameter to switch between the two functions.
I would have instead 2 buttons on the mashup, one that makes preview, another that makes import.
Is it possible to get button ID from inside the service ? If so, I can switch from preview and import without need to deal with a BOOL to set/reset from the mashup
I know I could do by duplicating the service .. and use one button for each one ... but make mashup mode complex ..

