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.