Forum Discussion

RZ's avatar
RZ
Frequent Visitor
2 years ago
Solved

Mashup Exception: Any ideas to try?

I have been trying to solve a MashUp exception error for some time now.  I have managed to simply the problem as follows. I have a main and related table, they have a common id between themselves. F...
  • RZ's avatar
    2 years ago

    OK.  I had two calls with Microsoft Support without a resolution yet. But in the meanwhile I found a way around it, as I was able to get closer to the core issue.

     

    The function GetRelated(id) was accepting id as any. Changing this to text fixed the issue. I also had to create another version when I needed  to call the function with a record. 

     

    Maybe this will help someone...

     

    Ruchan