-
[quote user="hmsrpm"]I would like to retrieve that value from the screen when entered in a couple of different parts.[/quote]
It sounds like you need to look into the character function and assign value to action result actions. From these 2 actions you should be able to combine multiple values into the desired result. ...
-
[quote user="Teguar"]...make field changes with the basic version[/quote]
With both the basic and Pro version you can add new fields to a table but you can't modify fields that already exist in a table. Instead of replacing the LeadRating field you can add a new field to the customer table called ProductInterest - this is ...
-
It may have been considered to use that field at some point but I can't find an action which saves anything to that field.
[quote user="smohyee"]Hopefully I'm not screwing anything up by populating it.[/quote]
I don't think so, if any screen is going to populate that field it's the Receive Payment screen and from ...
-
-
[quote user="smohyee"]without having to recreate them from scratch.[/quote]
Unfortunately you will have to recreate the action sets for those OnLoad/OnPopup actions - in future, if you plan to reuse the OnLoad/OnPopup actions then definitely put them into a button so you can just call them. It also makes the action set more ...
-
[quote user="AutumnW"]How can I get around this?[/quote]
Unfortunately there is no workaround for this - Transaction is the one table we lock down to prevent editing. You'll have to tackle this screen in another way - possibly looping through the transaction table to get the information you need and storing that in ...
-
I can put the request into our team but I know there are other priorities at the moment. You can acheive this through a little work around I just tested - put the action sets for OnScreenLoad and OnPopupClose into a hidden button and call that action set within the OnScreenLoad and OnPopupClose.
~C
-
I'm glad that article helped you out! Keep on the look out for more articles in the near future.
~C
-
The following indicates which accounting application(s) the release note(s) apply to.
QBD = QuickBooks Desktop
QBO = QuickBooks Online
New Document
Fixed (#3400) - the “folder” field is no longer a required field. (QBD & QBO)
Edit Document
Fixed (#3400) - the “folder” field is no longer a required field. ...
-
[quote user="smohyee"]Where is the data kept in Method to show whether a certain Payment Receipt was processed through a gateway or not, and that it was processed successfully?[/quote]
If you have a look at the Credit Card help article you'll notice that step 20 has an option to enter a name for the action result and action result ...