Can I call a Thing service from the Custom CSS of a Mashup?
Is it possible to call a Thing service from the Custom CSS of a mashup? If so, how?
Example:
.label .widget-ptcslabel::part(label) {
display: Things["Thing"].service({
ProcessOrderNo: ProcessOrderNo /* STRING */});
}

