Request Body in Postman

When we send the request as JSON string method from postman to Restlet .The request body should be parse to object to get values We give input in postman as { “id”:”345″ } In script we need object not string so the given request body need to parse Syntax JSON.parse(requestBody)

How to add button in Saved Search Column

In the saved Search result field add Formula(Text ) and in the formula session add the below html in custom label session and “Notes”. ‘<html><head> <style> .printbutton { background-image: linear-gradient(#fafafa, #e5e5e5); border: 1px solid #b2b2b2; border-radius: 3px; color: #333333; margin-bottom: 8px; padding: 3px 9px 4px 9px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; font-size:… Continue reading How to add button in Saved Search Column

CSV import > Chart of Accounts > Invalid account reference key xxxx for subsidiary xxxx

perform a CSV Import of Chart of Accounts but is receiving an error message: Invalid account reference key xxxx for subsidiary xxxx The reason why the CSV Import is failing is because the Account doesn’t have an External ID. User may verify this by creating a Saved Search using the following steps: Navigate to Lists > Accounting > Accounts > Search Clicked Create Saved Search Change Search Name to “Account External ID Saved… Continue reading CSV import > Chart of Accounts > Invalid account reference key xxxx for subsidiary xxxx

Set the Workflow Field Value Based on the Role of the Current User via a Workflow

Workflows have the capability to capture the details of a user who is currently logged in and update the value of a compatible field. This allows for a seemingly dynamic process. A common example is using the workflow to capture the user’s role while logged in for their approval process. Navigate to Customization > Workflow > Workflows Desired Workflow: Click Edit Click… Continue reading Set the Workflow Field Value Based on the Role of the Current User via a Workflow

Vendor Bills Saved Search for Pull out Expense Category

Need to pull the Expense Category information from the Vendor Bill record within the Saved Transaction Search. Navigate to Lists > Search > Saved Searches > NewClick Transaction Search TypeSearch Title: Enter TitleClick Criteria tab click Standard subtabFilter: Select Type Type: Select any of Select Bill Click Set Select Applied To Transaction Fields… Applied To Transaction Filter: Select Expense Category Expense Category: Select none of Select -None- Click Set    Click Results tab click Columns subtabField: Select Applied To Transaction Fields… Applied To Transaction Field: Select Expense Category Click Add… Continue reading Vendor Bills Saved Search for Pull out Expense Category

What is Github

GitHub is a Git repository hosting service that provides a web-based graphical interface. It is the world’s largest coding community. Putting a code or a project into GitHub brings it increased, widespread exposure. Programmers can find source codes in many different languages and use the command-line interface, Git, to make and keep track of any… Continue reading What is Github