Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9656

Re: Method SingleSignIn.ViewPatientProfile can not be reflected.

$
0
0

You've got this in your PowerScript:

 

            la_any = lnv_singlesignin.DoWork()

 

void means that the function doesn't return a value, it's a procedure rather than a function.

 

So you would call DoWork as follows:

 

             lnv_singlesignin.DoWork()


You can't assign the return from it to anything because it doesn't return anything.





Viewing all articles
Browse latest Browse all 9656

Trending Articles