Skip to Content
0
Former Member
Sep 19, 2005 at 11:29 AM

Check for mandatory fields while creating EP users using code .. :|

399 Views

Hello All,

I have a code using which I can create user accounts/EP users on Portal, am working on EP6 SP9 & SP12.

<u>My query</u>:

1. <i>From Portal's perspective</i> -> While creating EP users, there are few mandatory fields like user-id, FirstName, LastName, Email-id and Password. If any of the above fields is null/empty, Portal would give us an error message.

2. <i>From coding perspective</i> -> Here, only the user-id is required. Even if I do not enter/fill any of the above mentioned mandatory fields (except user-id), user account is created.

In case wherein FirstName/LastName is not mentioned, Portal shows the userid in the Welcome Frame, i.e. Welcome <user-id>. Tried this by commenting the statements contains the methods related to setting/accepting FirstNme and LastName of user.

<b>I want to know if this is all rite?

If no, then please guide me as to how can I set mandatory fields in my code.</b>

Awaiting Reply.

Thanks and Warm Regards,

Ritu R Hunjan