Search
-
We have an online ordering portal and OnScreenLoad the Fullname is pulled from the portal user session and ParentFullname is pulled from the Entity table using the Fullname. These are placed into action results and used in further actions. This was all done by Method.
The problem is, I created text boxes to insert those values from the ...
-
We have an online portal order form that is not functioning properly.
We have grids for each category of items, with Quantity (ie. the amount the customer wants to order, entered by them), Item Price (Read-Only) and Total (Calculated by multiplying Quantity and Price and Read-only). The fields in each geid are linked to the ...
-
It's not me - it was one of our customers. I imagine lots of our customers will be using various O/Ss and browsers.
They were using Windows 7 so I'm sure it's at least IE11. I logged in on my own IE11 fine, so I'm not sure what was going on with them. But when I did it on their computer (we were using ...
-
I was walking a customer through logging into our customer portal that is linked through a button on our company website. We were unable to log in when using Internet Explorer - we were led to a screen similar to the login screen (but in a courier font) that said the username/password didn't exist. But we tried with Chrome and ...
-
Can you please confirm what is required for portal passwords and usernames? Or at least let me know where I could find that out? I don’t think I can edit the portal sign-in screen to have a look at the logic/restrictions in these fields. Specifically:
• Min and Max length
• Any numbers required?
• Special ...
-
I see when using the "Show Message" action, the following options are available:
No Decision.
Provide Yes / No option to the user? ("No" will mean no further actions get processed).
Provide Yes / No option to the user? ("Ok" assigns True, “Cancel” assigns False). Assign result name which can be used ...
-
Actually, I forgot to mention:
I changed the field names from "veiwContact.Email" to "viewCustomer.Email" and the entire page wouldn't generate.
This is the exact script I used (both with the brackets at the beginning and end, and without them.
(CASE WHEN viewCustomer.Email IS NULL OR viewCustomer.Email='' ...
-
What I would like to do:
In the Edit Customer screen, I have a tab section called "Subaccounts" that has a grid that shows all subaccounts and associated information (active/inactive, phone number, email, etc.).
I would like the email field to be a hyperlink that launches a new email. The field is the Email field pulled from ...
-
Never mind - I figured it out.
But now I have a different problem. I changed the default sorting for the grid so that LeadRatingRecordID was first, followed by Fullname and then Special Contact (which was already there).
But now the first bunch of rows are all instances where the lead rating is blank. Is there any way to have the blank entries ...
-
Thank you very much. Quick question though: I assume I'm adding the LeadRatingRecordID as a linked field to the Contacts table?
As for the sorting, once the LeadRatingRecordID is in the Contacts table, I should be able to add it as the first default sorting parameter for the grid itself.
|
|
|