... Date Created: 2023-03-29 (Joel Lipman)
- Initial release
Date Modified: 2023-03-29 (Joel Lipman)
- Added in ability to list errors and query order line item IDs (ErrCode: ...
... Purpose: Queries DHL for tracking information about a shipment and returns the status code (eg. "delivered")
Date Created: 2023-03-21 (Joel Lipman)
- Initial release
Date ...
... invoice
Outputs: -
Date Created: 2023-02-24
- Initial release
- Reads Books Invoice and sends the amount to the reader for a payment atempt
Date Modified: 2023-02-24 ...
... Created: 2023-03-01 (Joel Lipman)
- Initial release
Date Modified: ????
- ???
More Info:
- API Explorer Test Tool: https://developer.ebay.com/DevZone/build-test/test-tool/default.aspx?index=0&env=production&api=trading
...
... Queries eBay for all orders given a from and till date
Date Created: 2023-02-28 (Joel Lipman)
- Initial release
Date Modified: ????
- ???
More Info:
...
... 100 products are modified in a day... We need to be able to do more than 100 or at least resume from a record... We need pagination.
How?
To resolve this, I'm building on top of my initial GraphQL ...
... for use in the code below
Edit the Message Handler code
ChatGTP 3.5 Turbo
//
// initialize
m_Response = Map();
l_Messages = List();
v_Message = message.trim();
//
// if the message ...
... their record is modified.
Date Created: 2023-02-02 (JoelLipman.com - Joel Lipman)
- Initial release
Date Modified: ????-??-?? (??? - ???)
-
******************************************************************************* ...
... in the subform:
// initialize
var v_CalculatedNumberOfSkills = 0;
// get the Opp stage
var v_OppStage = ZDK.Page.getField('Stage').getValue();
// get the Skills subform
var l_SkillsSubform = ...
... with this many spaces using leftpad
v_GeneratedList = leftpad(" ", v_CheckDaysAhead).replaceAll(" ",",");
//
// convert string to a list
l_GeneratedList = v_GeneratedList.toList();
//
// initialize ...
... into a PDF using a customer's template.
//
// initialize (this is code added to a button so should alert user if no email was specified)
v_OutputMessage = "";
v_TemplateID = "123456789012345678";
//
// ...
... sources below).
Here's the code for our function; note it is within ZohoBooks and not ZohoInventory (moved) and the connection "zbooks" has a fullaccess scope:
//
// initialize
v_PaymentMode = ...
What?
This is a quick article to re-enable desktop notifications after having been prompted initially and having clicked on "Not Now".
Why?
I'm not sure when this prompt is supposed to prompt you ...
... as you would any other reading stuff. It’s true you need to go through an initial set-up process which essentially boils down to getting your email ID added to the approved list as well as finding out ...
... and then click on the "Refresh Site" button in the popup. (if already installed it just lets you click on "Ok").
Initially I got a support agent from GoDaddy to do this who said it would take ...
... the fields I mentioned earlier in the Creator form. Here's the code which should happen when the form containing this radio field loads up:
//
// initial CSS (hide element while it is styled)
input.Form_Css ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.