Micheal,
LAL is a servlet that is provided with Framework Services portion of LBI. Im not aware if it is delivered else where. Syntax is as follows:
/efs/LAL?SID=ERP-Apptrn-login&SF=TKN&_TKN=PA90.1&_HK=[Company][Employee][Establishment][Seq-nbr]
translates to:
http://apptrn.lawson.com:7092/lawson/porta...20%20%20%200004The above example is a static example. You can use the _DATAPARAM parameter to dynamically generate urls without having to account for all character paddings and length issues.
/efs/LAL?SID=ERP-Apptrn-login&SF=TKN&_TKN=PA90.1&_HK=_DATAPARAM~~OSH-COMPANY~[Company]~~OSH-EMPLOYEE~[Employee]~~OSH-ESTABLISHMENT~[Establishment]~~OSH-SEQ-NBR~[Seq-nbr]
ERP-Apptrn-login will equate to the ID of you Portal Login service within Framework Services.
These links can be embedded in a Dashboard, Scorecard, SmartNotification or Crystal Report.
hth,
matt