VishalMistry
8th June 2018, 12:05
Hello Everyone,
This is for ERPLn FP0
I am trying to create user exit dll for table tcibd001. I have attached screen shot of what I am doing to create UE DLL.
What happens is that general DLL is created in place of UE DLL.
Can anybody help to find out missing step?
Vishal
anandpr1989
11th June 2018, 07:23
I gone through the attachment but it seems correct steps. UE has 'General Library' script type.
andreas.toepper
11th June 2018, 08:33
You are using the FP0 version of LN? Could you please check KB KB 22857734, please?
I think User Exit DLLs have not been introduced with the first releases of LN but with a solution for FP4.:
Extra hooks added (User Exits DLL)
TOOLS VERSION(S): 7.6_a4
SITUATION IDENTIFIED IN: "4GL Engine" (ttstpstandard)
SITUATION DESCRIPTION:
It is not possible to extend the standard functionality of saving and deleting records without modifying the standard components. Customers want to have the possibility to add extra functionality before and after saving and/or deleting records without modifying standard UI scripts and/or DAL scripts.
SOLUTION DESCRIPTION:
In order to be able to extend the standard functionality of saving and/or deleting records, the concept of User Exits has been introduced. A so-called User Exits DLL (UEDLL) can be created in a non-standard VRC which provides 8 new hooks that are executed just before and after the defined standard sections/hooks of the UI script and/or DAL script. By implementing extra business logic the defined business logic of the standard software can be extended.
This solution contains a Functional Addition. Please read solution 22827268 for the background of Functional Changes.
PATH NAME IN DIAL-UP DIRECTORY/WEB SITE:
Below are the supported VRC's based on the Baan standard derivation structures.
If your Current Tools VRC is:
7.6_a4:(FP4)
Right click to download the file via HTTP. Click to download the file via FTP. /download/updates/7.6_a4_tt/224120tt.tar.gz
VishalMistry
11th June 2018, 09:55
Hi Andreas,
By FP4, I think you mean FP4 for tools. In my previous company, our Ln configuration was ERPLn FP2 application + FP5 tools future pack. We were able to create user exit dll.
So, Geeks out there, it it right that user exit dll functionality is not available in ERPLn FP0?
Thanks for clarifying,
Vishal