FileMaker to QuickBooks Online Integration: Refresh Token
…After inputting our QuickBooks Online credentials and clicking the Sign In button, we process the rest of the script. The critical part of this step is to realize that the web viewer now holds some important information, namely our new Access Code and Real ID. Therefore, we will parse them out using some FileMaker functions and place them into existing fields. Next, we start building the API call to fetch our first token. Client ID Client Secret…
Karl Ermatinger: The script in the article has an undesirable behavior of always alternating the sort direction even if the second click…
Don Clark: Thanks, Karl, for figuring that out. Your feedback it greatly appreciated.
Karl Ermatinger: Correction above: If [ $$sf Get(ScriptParameter) or $$sd = “des” ]
Karl Ermatinger: This comment function wipes out and removes a less than and greater than symbols. The If is supposed to be…
Alex: Great tip! Thank you Don
Don Clark: Thanks, Allessandro, but the thanks goes to the Support Group = they guest post here.