This script is used for creating an email that has file cabinet file content in the email body. when the user clicks a button in the sales order the mail should send to the particular user.
Month: May 2021
Restlet for Lead record integration
Search Exception – Employee center
We cannot perform an Employee saved search or lookup in the Employee center as the employee center has no permission to do the same. While deploying a script to every role which includes employee lookup/employee search we need to give a proper exception to handle it otherwise it results in an JS_EXCEPTION
Pass values from reducing stage to summarize after completion of all map/reduce process completion
This code snippet will help you pass values from the reducing stage to the summarize stage.
Email template
DJANGO FRAMEWORK BASICS
CREATING PROJECT django-admin startproject projectname eg:django-admin startproject myproject cd myproject myproject/ manage.py myproject/ init.py settings.py urls.py wsgi.py settings.py DEBUG = True for sqlite3 DATABASES = { ‘default’: { ‘ENGINE’: ‘django.db.backends.sqlite3’, ‘NAME’: os.path.join(BASE_DIR, ‘db.sqlite3’), } } for mysql DATABASES = { ‘default’: { ‘ENGINE’: ‘django.db.backends.mysql’, ‘NAME’: ‘databasename’, ‘USER’: ‘root’, ‘PASSWORD’: ”, ‘HOST’: ‘localhost’, ‘PORT’: ”, }… Continue reading DJANGO FRAMEWORK BASICS
Making fields mandatory without script
Make field mandatory
Searching related GL impact in suiteScript
Loading icon to notify the user creation work Order transaction page
Client Event Script: var promise = new Promise(function(resolve, reject) { jQuery(“#custpage_load_img”).css(“display”, “block”); setTimeout(function() { resolve(); }, 500) }); promise.then(function() { var objRec = currentRecord.get(); window.location.reload() jQuery(“#custpage_load_img”).css(“display”, “none”); }).catch(function(errr) { console.log(‘errr’, errr); jQuery(“#custpage_load_img”).css(“display”, “none”); });
Create saved search from getting back orderd item in the sales order
This code will help to get backorder from the sales order using transaction search.