Adding custom fields in Bulk Payments Page

The Payment Processing page can be customized. You can add up to six standard or custom transaction fields. This enables you to view more transaction details, to help you to prioritize bills for payment. This can be done by the administrator. To add custom transaction fields: Go to Customization > Lists, Records, & Fields >… Continue reading Adding custom fields in Bulk Payments Page

Artificial Intelligence in Online Marketing

Artificial Intelligence (AI) has revolutionized online marketing, reshaping strategies and enhancing overall efficiency. This technology, mimicking human intelligence, is employed across various marketing facets, delivering several benefits for businesses. Here’s an exploration of how AI is influencing and transforming the landscape of online marketing: Personalized Customer Experiences: AI algorithms analyze vast amounts of data to… Continue reading Artificial Intelligence in Online Marketing

Interactive Marketing & its Benefits

Interactive marketing is a strategy that engages customers directly, encouraging them to participate in the marketing process. It goes beyond one-way communication, allowing for a two-way exchange between the brand and the consumer. Here are some benefits of interactive marketing: Engagement: Interactive marketing captures the audience’s attention and encourages active participation, leading to higher engagement… Continue reading Interactive Marketing & its Benefits

QA Documentaton On Automate CSV import for RF-SMART Item Bin Enhancement

Requirement : Client would like to add a script that automates two CSV imports into a custom record, which should run once every day at 9:00 PM. The script should: Create a new “Bin Enhancement” record if the “Bin Enhancement Bin” column is empty in the CSV import. Update the “Bin Enhancement” record if the… Continue reading QA Documentaton On Automate CSV import for RF-SMART Item Bin Enhancement

Understanding the Difference: Git vs. GitHub

In the realm of version control and collaborative software development, Git and GitHub are two terms that often come up. While they are closely related, they serve distinct purposes. This article aims to elucidate the fundamental differences between Git and GitHub, shedding light on their roles in modern software development. Git: The Version Control System… Continue reading Understanding the Difference: Git vs. GitHub

Essential GitHub Commands

Introduction: GitHub has become an integral part of modern software development, offering a collaborative platform for teams to work together on projects. Understanding the essential commands is crucial for effective collaboration and version control. Initializing a Repository Before you can use GitHub commands, you need to initialize a local repository. Use the command git init… Continue reading Essential GitHub Commands

Function eval()

In JavaScript, eval( ) is also a built-in function that evaluates a string of JavaScript code. Like its Python counterpart, it takes a string argument and executes the code within the string. Here’s a simple example in JavaScript: javascriptCopy codevar x = 10; var y = 20; var expression = “x + y”; var result… Continue reading Function eval()

Published
Categorized as JavaScript

Invalid item reference key error in subsidiary

To resolve this error, check to see if the item being used as the free item on the promotions record have Display In Web Store = T. This is a requirement for all type of item especially for Non-Inventory items and/or Matrix Items Navigate to Lists > Accounting > Items Look for the item then click Edit Click the Web Store tab Locate the Display In Web Store field… Continue reading Invalid item reference key error in subsidiary