Skip to main content
Contributor
March 12, 2025

Calling a WS Assembly from Dashboard

  • March 12, 2025
  • 1 reply
  • 0 views

Hello,

I am trying to execute this assembly at load time for this specific dashboard.

The rule executes as expected, but I cannot seem to get the parameter to function properly. 

Here is how it is returning in the log:

It's as if it is not reading it as a parameter at all. Any suggestions?

 

1 reply

Contributor
March 12, 2025

Not directly answering your question, but if you wanted to save yourself some troubleshooting can you just look up the value of that parameter in your code instead of passing it in?

 

Contributor
March 13, 2025

That would be my preferred approach, but I can't seem to find the correct syntax to pull that parameter value in, as it is a bound list parameter not a literal parameter. Maybe I can set a literal parameter to retrieve the value from the bound list?

Contributor
March 13, 2025

In that case, is it logic you can move from a parameter to your BR?