Hi everyone;
I'm trying to build some custom forms in Portal Page based on some non-lawson Oracle Stored Procedures and tables but I couldn't find a way to access them. The Data Area always displays Lawson Product Line and system code. Any ideas would be helpful.
Thanks in advance
Thanks Ben & Jay for your helpful Info. Thanks
LID in: DBDEF > choose a productline > F6 > Files > pick one of the files to look up how it's setup. (they are actually TABLE structure definitions) now create a new table via DBDEF run "blddbdict productline " "dbreorg -lc productline " to see the changes will be made in report mode. "dbreorg productline " to actually create the table. Now you can use DS against the newly created table.
I created a new table from scratch and run blddbdict but there's an error; it processed index and element fine but failed on condition when processing WODETAIL file: Condition Field PRINT-STRING : Condition SERIAL Not Found. I look at WODETAIL file condtion and SERIAL was defined there. How do I correct this error and rebuild dict. Thanks a lot for your help