Assuming equalsignorecase is required, the following 5 results were found.
... Lastly, there is a function I find myself using more and more called equalsIgnoreCase() which could be used:... l_ProductDetails = Product[Product_Name.equalsIgnoreCase(v_Name)];... Other Functions of Interest contains case-sensitive search, can...
} } // // storing latest user input v_UserMessage = ifnull(userInput,""); if(!isBlank(v_UserMessage) && !v_UserMessage.equalsIgnoreCase("Ask ChatGPT")) { // // store user input to a CRM record m_Create = Map(); v_Title = if(v_UserMessage.length()>40,...
// // eg. Delivery should just be the name of the product not both the title and description if(!v_CrmProductName.equalsIgnoreCase(m_XeroLineItem.get("Description"))) { m_CrmProduct.put("Description",m_XeroLineItem.get("Description")); }...
in l_Customers2 { v_CountDiscrepancies = v_CountDiscrepancies + 1; c_Customer = Customer[Customer_Name.equalsIgnoreCase(v_DistinctCustomer)]; info v_CountDiscrepancies + "#: " + c_Customer.Customer_Name; } } Caveat(s): There was a risk that the...
for each m_DataSource in l_DataSources { if(m_DataSource.get("datasourceName").equalsIgnoreCase("Zoho People")) { v_LastSyncTime = m_DataSource.get("lastDataSyncTime"); v_LastSyncStatus = m_DataSource.get("lastDataSyncStatus"); m_DataSourceInfo =...