Forum Discussion

danszczepanski's avatar
danszczepanski
New Contributor III
3 days ago

Calling a WS Assembly from Dashboard

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?

 

  • DanielWillis's avatar
    DanielWillis
    Valued Contributor

    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?

     

    • danszczepanski's avatar
      danszczepanski
      New Contributor III

      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?

      • DanielWillis's avatar
        DanielWillis
        Valued Contributor

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