... value
v_HexValue = v_HexGiven.replaceAll("#", "").toUpperCase();
//
// using a regular expression: split into pairs of characters or if short hex given, then split into 3 characters
l_HexParts = v_HexValue.replaceAll("(?)",",",false).toList().subList(1,4);
if(v_HexGiven.toString().len()>4)
{
l_HexParts ...
... double-check in case books has returned 1st page rather than filtered rows
if(m_DataRow.get("SO ID") == v_SalesOrderID)
{
m_Details = Map();
m_Details.put("po_date",m_DataRow.get("PO Date").toDate().toString("dd-MMM-yyyy"));
m_Details.put("po_ref",);
m_Details.put("po_status",m_DataRow.get("P ...
... var fn_CountDecimals = function(value) {
if (Math.floor(value) !== value)
return value.toString().split(".")[1].length || 0;
return 0;
}
// get the value from ...
... m_Columns.toString());
//
// in analytics, browse to the "Attachments" table and note the URL IDs after workspace and view
v_WorkspaceID = "123456000000123456";
v_TableID = "12345600000123457";
v_Endpoint ...
... + v_BooksOrgID
type :GET
connection:"zbooks"
];
for each m_Tax in r_Taxes.get("taxes")
{
m_Taxes.put(m_Tax.get("tax_percentage").toString(),m_Tax.get("tax_id"));
}
info m_Taxes;
//
// ---------------------------------
// ...
... in the world, the day index for a Sunday is 7 (ie. myDate.toString("u") returns 7) and the week commences on a Sunday (ie. myDate.toStartOfWeek("EEEE") returns Sunday). In other words, the day counting ...
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.