Skip to Content
0
Former Member
Jun 19, 2008 at 06:45 AM

SQL Function

36 Views

Hello Everyone,

I have a function in SQL Server which i use in one of my UDO Screens.This works fine in current company. But when i make an addon and run it in new company error occurs as to the function was not found. Now i know that the function written in current company is not available in new company.

My question is how to package the function in my coding so that when i create an Addon,the function is automatically created in whichever company i run it in. Hope i'm clear in explaining the problem.Please help as this is the final hurdle in creating Addon.