1. Recently I have a requirement to open an applet in Query mode by default.
Use Applet property: AutoQuery Mode = 'True' , it is working properly.Mode on view level as Query is not working.
2.If you have to fetch more then 10,000 record then you need to set BC property Pre fetch size = -1,If you are using SIA BC Utilities and it is fetching more then 10000 records and you don't set prefetch size =-1 , then it raises exception.
3.Avoid using TheApplication().RaiseErrorText() in BS , try to use raise exception instead and try to handle raised exception on more higher level.
No comments:
Post a Comment