Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
Description:
Creates a new EDMuser in a remote EDMdatabase.
EDMuser names must be unique within an EDMdatabase. It may consist of letters, digits and hyphens. The first character must be a letter. EDMuser names are case insensitive. Only the superuser may use this function.
Related functions:
 edmiCreateUser.
 
Prototype:
Function xpfCreateUser (userName : STRING)
                           userId : GENERIC;
Arguments:
 

Argument type

Argument name

 Comments

STRING

userName

see EDMuserName

 
Return parameter:
 

Argument type

Argument name

 Comments

GENERIC

userId

 user id

 
Comment:
 
When using a xpf function the developer must use correct exception handling to catch any error that has occurred. Please see xpxThrow function for details.
 
EXAMPLE
 
 
 
 
 
 

  • No labels