-
I want to add Account Manager field to Edit Customer page for all users at Two Degrees (my company) but can't see how do this for any account other than my own. Would be grateful for the assistance. Does everyone need to customize their own page?
-
Yes, it should. I tested this out myself using the Value from Session > Current - Screen Active RecordID and it worked as I thought. This was why I was confused as to the additional screen and thought that maybe the select link for that screen was missing something. Either way, as long as you are getting the right value ...
-
I created a simpler screen with a just a grid. I can use the original screen from that was created with the table. Wouldn't the grid and select button still work the same?
-
I changed a screen within the new lead and customer tab to reflect two separate field phone entries (phone cell and phone home) when entering data. The fields and screens have been updated and they show as I expected.
However, when I go to the edit screen for each lead or customer the original fields show on that page ...
-
That should work too.
I'm a little confused about this whole setup. From what I understand, you have the sales order screen where another screen will popup and allow you to select a ship to address and have that added to your Sales order screen. You also created a new table and screen to store these addresses. Am I ...
-
Ok I found the correct field. It isn't Value from Session > Current - Screen Active RecordID it is Value from Screen > RecordID.
Now I have progressed the second issue with the process.
I opened the pop-up screen from a button in the ship to address1 field. In the button in the ship to address1 field, after openning the ...
-
What's showing under the tax column is the name of the tax item and not the actual value. To find the value you can open the item in Method. Go to the Quickbooks tab group > Lists tab > Item tab link. Find the %20 item in the list and open it. You should see something like this:
- Adam
-
The value from the value from Value from session > "screen active recordID" is not the RecordID from the row.
-
That is correct. That is where it is being set.
-
Hi keita,
I'm a little confused here, can you clarify exactly what you're trying to do. In your second sentence it sounds like you're trying to replace a current screen with the CRM_NewLead(2). But your third sentence sounds like you want to replace the CRM_NewLead(2) screen with the existing screen under the "new method ...