Dynamic Link Field

Dynamic Link Field

Introduction

Dynamic Link field is a field which can search and hold the value of any DocType. Let's consider an example to learn how the Dynamic Link field works.


While creating Opportunity or Quotation, we have to explicitly define if it is for a Lead or a Customer. Based on our selection (Lead/Customer), another link field shows up where we can select the actual Lead or Customer.



If you set the former field as Dynamic Link, where we select actual Lead or Customer, then the later field will be automatically linked to master selected in the first field, i.e. Leads or Customers. Hence we need not insert separate link fields for Customer and Lead.


Steps to insert Custom Dynamic Field

Below are the steps to insert Custom Dynamic Field. For instance, we will insert Dynamic Link Field in Journal Entry.


Step 1: Insert Link Field for DocType 

First, we will create a link field that will be linked to the DocType. By DocType mentioned in the Option field, we mean parent DocType. So, just like Quotation is one DocType, which has multiple Quotations under it. Same way, DocType is also a DocType which has Sales Order, Purchase Order and other doctypes created as DocType records. So linking this field with parent DocType will list all the DocType records.


Step 2: Insert Dynamic Link Field 

This custom field's type will be "Dynamic Link". In the Option field, the name of the Doctype link field will be mentioned. This field will allow selecting document id, based on the value selected in the Doctype link field. For example, if we select Sales Order in the prior field, the Dynamic Link field will list all the Sales Orders ids.


Customizing options in the Doctype Link field

By default, the DocType link field will provide all the forms/docTypes for selection. If you wish this field to show certain specific docTypes in the search result, you will need to write Custom Script for it.


Related Topics

  1. Global Defaults

  2. Company Setup

  3. System Settings


    • Related Articles

    • Signature Field

      Introduction Electronic signatures can be created in iVendNext using the Signature field type. This field allows you to write a signature in a block, just like the signature on a paper. Steps to create electronic signatures To create an electronic ...
    • Remove Link at the Bottom of the Print Page

      Introduction iVendNext is a browser-based application, the actual print command is executed by the browser you're using and a lot depends on your default browser settings. To edit Print Settings, Navigate to: Home > Settings > Print Settings Steps to ...
    • Item Pricing

      This document details the steps for defining item prices and creating a price list in iVendNext, a retail management system. The Price List establishes the framework and guidelines for setting and managing item prices, enabling flexible and dynamic ...
    • Key Concepts in Retail

      Key Concepts in Retail The provided sources outline various aspects of configuring and using the iVendNext Point of Sale (POS) system. Here's a detailed explanation of the key concepts and terms. Point of Sale (POS) A Point of Sale (POS) is the ...
    • Customize Form

      Introduction Customize Form is a tool which enables you to make changes to a Form Type or a Document Type (DocType) on the front-end. It allows you to insert Custom Fields as per your requirement or customize the properties of standard fields. To ...