% % create the parameter string for adding/updating % user based on phone number % "clienx" &"&subject=" &_Cust.Phone &"&first=" empty _Cust.Pronoun any? { & &" " } if _Cust.First any? { & % % have first and last % _Cust.Middle any? { &" " & } if dup !Cust.Xfirst asc2hex & &"&last=" _Cust.Last dup !Cust.Xlast asc2hex & } { % % no first, check for middle having solo name/nickname % _Cust.Middle any? { } { % % there is not any name present, may have to stub first name % "Customer" } ifelse dup !Cust.Xfirst asc2hex & % % making a placeholder last name % &"&last=" *finsures asc2hex & } ifelse &"&email=" _Cust.Email any? { } { *finsures &"@none.com" } ifelse dup !Cust.Xemail asc2hex & % % create this user on the public portal % _Arching.OutIP "localhost" eq$ "localout" log)( { % % this is the outward server, use this server to get info % "Local" } { % % the public server is not this server % "Public" } ifelse *webportn *tellresx any? { % % a user guid was returned % "clienx" log)( !Cust.Guid } if