Steps to REMOVE a custom program?

 4 Replies
 0 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
CindyW
Veteran Member Send Private Message
Posts: 169
Veteran Member
We have a customization that I would like to remove. I'm not really a "coder" so to speak, but this task has been assigned to me.  I checked Lawson KB, and found nothing on this.  (As if I can ever find anything in there anyway, these days.     This is a batch job program, and I want to not only disable it, but reomove it completely.  Any suggestions as to the proper process to take?
Ragu Raghavan
Veteran Member Send Private Message
Posts: 477
Veteran Member
Assuming this is a 4GL code, go to pgmdef, select the productline, system code and program name and delete.
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member
also remember to remove/delete the actual source code of the program too. I don't think deleting the source code in pgmdef will actually remove the source code in $LAWDIR/%LAWDIR%//src/
CindyW
Veteran Member Send Private Message
Posts: 169
Veteran Member
Portal bookmarks - guess I need to remove those separately.  Tokendef?  Do I need to do that or will pgmdef take care of that part as well?
Sampath S
Basic Member Send Private Message
Posts: 17
Basic Member
Hi Cindy, It will be good if can remove any entries which are made against that program. In tokendef you make an entry in case if you want to call/submit that program in scheduler, so it will good to remove that entry as well. SInce you have removed the program in portal these program will not appear. After deleting you log-in to portal and cross check.