Forum Discussion
YMinaev
Staff
15 years agoHi,
You seem to get the error because the function you're trying to call has the same name with your unit. Try calling it using the Unit.Function notation:
Also, you can keep your 'library' functions in a script extension.
You seem to get the error because the function you're trying to call has the same name with your unit. Try calling it using the Unit.Function notation:
SetAndCheckCommonAllergies = CheckCurrentAllergiesForItem.CheckCurrentAllergiesForItem(item,TRUE)
Also, you can keep your 'library' functions in a script extension.