FNP8_Login
Sets the user ID and password for login to the FileNet® P8 system.
Syntax
bool FNP8_Login(StrParam)
Parameters
Two comma-separated smart parameter supported string values:- Login Name.
- Password.
Returns
False, if DC_P8_Server.dll was not successfully installed on this computer, or either parameter value is missing or not a string. Otherwise, True.Level
All, but generally at the Batch level.Details
This action provides the User ID and Password to use when logging in to IBM® FileNet P8.- Example
FNP8_Login("User1,Password1")