
01-31-2012 09:08 PM
Hi,
I have defined a class under App_Code folder and I need to reference it in one of my code snippet for a business rule.
I cannot figure out how to include the class in the using section. This makes my code uncompiled.
Can anyone tell me how to include the code under App_Code?
Thanks a lot!
02-02-2012 08:34 AM
02-02-2012 02:12 PM
That's really what I realized, the SalesLogix has a very poor structure and the very inconvenient design of using code snippet. I have to use extended assembly to do all function and only leave AA as the UI part.
02-02-2012 04:19 PM