Jump to content
Salesforce and other SMB Solutions are coming soon. ×
  • 0

Runtime vs. non-runtime performance issues


BilMil

Question

Hi, I'm developing a solution, which gives different results based on whether it is bound as a runtime or not. I think it has something to do w/ a couple of Find scripts. They work when non-bound, and I manually walk through the script with the debugger; but then I get nothing or only one record when I bind the very same solution. (I know this is vague, sorry, I'm just a little clueless as to potential causes.) confused.gif

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hello BilMil,

You've not given us much to go on.

 

However the most likely cause of different behavior in a runtime is related to the use of functions that require the file name as a parameter (eg ValueListItems( )) where the filename has been supplied as a hard-coded literal. Since the filename may be different aftert binding, calcs and scripts that use it in this way will break.

 

There are a few other things to look out for along similar lines (hard coded paths, file references etc etc). Perhaps that will at least give you somewhere to start in your efforts at diagnosis. wink.gif

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use