Using the REST Library: Difference between revisions

m
Typo
(Creating (splitting up original article))
 
m (Typo)
Line 155: Line 155:
                 Move (Trim(WebAppUser.Password) = Trim(tCreds.sPassword)) to bOK
                 Move (Trim(WebAppUser.Password) = Trim(tCreds.sPassword)) to bOK
</source>
</source>
Which assumes that you are not using encrypted password, however how to handle those is left as an exercise for the reader!
Which assumes that you are not using encrypted passwords, however how to handle those is left as an exercise for the reader!


Then at the top of the file add "'''Open WebAppUser'''", while at the top of the oWebOrderAPI object add "'''Property String psUsername'''".
Then at the top of the file add "'''Open WebAppUser'''", while at the top of the oWebOrderAPI object add "'''Property String psUsername'''".