Announcement

Collapse
No announcement yet.

addEntitlement parameter format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • addEntitlement parameter format

    Hi,

    I want to use the 'addEntitlement' function in one of my EFS studies. I have an authorization file published in my private file share area. However, it is not clear from the documentation what the format of the 'name' parameter should be, the parameter that references the authorization file. The doc says:

    addEntitlement( Name, Description [, URL ] )

    Name: Code (provided by eSignal) or fully qualified URL
    to lookup file.

    What is the 'Code (provided by eSignal)' in order to reference
    a file in the file share area?

    Tx,

    Scott
    Scott Masters
    www.tic2tic.com
    [email protected]

  • #2
    Here is the information I have..

    addEntitlement("Entitlement Name", "Desc", "URL);

    Whereas..

    addEntitlement("http://www.yoururl.com/something.txt", "some text to show if not enabled", "the URL to jump to if not enabled");

    My system works in the same theory, but provides a management feature whereas you can control..

    APPIDs
    Expiration Dates
    Multiple Users.

    Using this existing function, you have to maintain multiple files or multiple lists for each application you release to the public. With my solution, it is all contained in one database and you simply enable the user (with the APP ID) from your web server.

    Check it out though.

    B
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment

    Working...
    X