{"id":27884,"date":"2020-02-27T10:18:12","date_gmt":"2020-02-27T10:18:12","guid":{"rendered":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?p=27884"},"modified":"2024-05-02T05:43:47","modified_gmt":"2024-05-02T05:43:47","slug":"how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module","status":"publish","type":"post","link":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/","title":{"rendered":"How to make NFR Copy or Trial Copy of Sage 300 custom module"},"content":{"rendered":"\n<p>Sage 300 provides a provision to create the custom modules\/add-ons based on common requirements that can be used by multiple customers. Development partner usually creates the module and needs to provide the NFR Copy or Trial Version so that customer or consultant can thoroughly go through the add-on.<\/p>\n\n\n\n<p><strong>New Stuff: <\/strong>  <a href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/01\/28\/open-windows-option-introduced-in-sage-300c-v2018\/\">Open windows option introduced in sage 300c V2018<\/a><\/p>\n\n\n\n<p>It is very common that a user needs a proper demonstration of the add-on to check its complexity and value for money. If we create a trail copy of our module, we can provide an installer to the user so that they can go through the features\/behavior and have a confidence to purchase the module.  <\/p>\n\n\n\n<p>Here is an example of creating a NFR\/Trial version of our custom module, we take an example of \u201cGreytrix Document Attachment\u201d. A snippet of code which may help the developer to make use of this functionality:<\/p>\n\n\n\n<p><strong>Step\n1: Locating the custom module<\/strong><\/p>\n\n\n\n<p>Generally,\ncustom module is created at path \u201cC:\\Dev\\GD\\&#8230;\u201d as per the\nmanual provided from the Sage.<\/p>\n\n\n\n<p><strong>Step\n2: Define the error message variable<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Navigate\n\tto &#8220;C:\\DEV\\GD\\source\\project&#8221; and Edit &#8220;GD.I&#8221;\n\tfile.\n\t<\/li><li>Define\n\tthe variable for the error message as shown below.\n<\/li><\/ol>\n\n\n\n<p> <a rel=\"noopener noreferrer\" href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\" target=\"_blank\"><img width=\"284\" height=\"77\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" \nsrc=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\" alt=\"\" class=\"wp-image-27880\"><\/a><\/p>\n\n\n\n<p>3.Make\/Compile \u201cProject\u201d.  <\/p>\n\n\n\n<p><strong>Step\n3: Specify the error message<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Navigate\n\tto &#8220;C:\\DEV\\GD\\source\\eng\\resource&#8221; and Edit &#8220;GDENG.RC&#8221;\n\tfile.\n\t<\/li><li>Add\n\tthe message as shown below.\n<\/li><\/ol>\n\n\n\n<p> <a rel=\"noopener noreferrer\" href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/2-1.png\" target=\"_blank\"><img fetchpriority=\"high\" width=\"682\" height=\"92\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" \nsrc=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/2-1.png\" alt=\"\" class=\"wp-image-27881\" srcset=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/2-1.png 682w, https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/2-1-300x40.png 300w, https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/2-1-660x89.png 660w\" sizes=\"(max-width: 682px) 100vw, 682px\" \/><\/a><\/p>\n\n\n\n<p>3.Make\/Compile \u201ceng\\resource\u201d.  <\/p>\n\n\n\n<p><strong>Step\n4: Logic Implementation<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Navigate\n\tto &#8220;C:\\DEV\\GD\\source\\views&#8221; and Edit &#8220;GDINIT1.C&#8221;\n\tfile.\n\t<\/li><li>Locate\n\t&#8220;ProcessEtc&#8221; method and refer below code for restricting\n\tthe activation of the module.\n<\/li><\/ol>\n\n\n\n<p> <a rel=\"noopener noreferrer\" href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/3-1.png\" target=\"_blank\"><img width=\"633\" height=\"383\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" \nsrc=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/3-1.png\" alt=\"\" class=\"wp-image-27882\" srcset=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/3-1.png 633w, https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/3-1-300x182.png 300w\" sizes=\"(max-width: 633px) 100vw, 633px\" \/><\/a><\/p>\n\n\n\n<p>3.Make\/Compile \u201cviews\u201d.  <\/p>\n\n\n\n<p><strong>Step\n4: Apply and Activate the module<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>The\n\tnewly generated file can be found at path\n\t\u201cC:\\Dev\\GD\\build32\\runtime\\\u201d\n\t<\/li><li>Copy\n\tthe all the recently updated files from the runtime folder and paste\n\tit in the Sage 300 Programs directory under GD67A folder.\n\t<\/li><li>When\n\tSage 300 company is logged in and user tries to activate the module\n\tfrom Data Activation, below error is displayed.\n<\/li><\/ol>\n\n\n\n<p> <a rel=\"noopener noreferrer\" href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/4.png\" target=\"_blank\"><img loading=\"lazy\" width=\"460\" height=\"417\" class=\"size-full\" style=\"border: 1px solid #A9A9A9; padding: 2px; margin: 2px;\" \nsrc=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/4.png\" alt=\"\" class=\"wp-image-27883\" srcset=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/4.png 460w, https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/4-300x272.png 300w\" sizes=\"(max-width: 460px) 100vw, 460px\" \/><\/a><\/p>\n\n\n\n<p>4.The error message pops if the custom module is activated for the company other than SAMLTD, SAMCOM company in our case.  <\/p>\n\n\n\n<p>Restricting the Activation ensures that the user doesn\u2019t have access to the custom module for their production company unless purchased the full version of the module. This also helps to avoid unauthorized access of your add-on and consultants can have a demonstration of the functionalities available in the module.<\/p>\n\n\n\n<p><span style=\"font-size: Medium;\"><strong>About Us<\/strong><\/span><\/p>\n\n\n\n<p><a href=\"https:\/\/www.greytrix.com\/\">Greytrix<\/a> a globally recognized Premier Sage Gold Development Partner is a one stop solution provider for Sage ERP and Sage CRM needs. Being recognized and rewarded for multi-man years of experience, we bring complete end-to-end assistance for your technical consultations, product customizations, data migration, system integrations, third party add-on development and implementation expertise.<\/p>\n\n\n\n<p><a href=\"https:\/\/www.greytrix.com\/\">Greytrix<\/a> helps in Sage ERP\nand CRM upgrades to the latest version and migration for <a href=\"https:\/\/www.greytrix.com\/product\/professional-services\/migrate-qb-sage-erp-to-sage-intacct\">Sage Intacct from\nSage 300, Sage 100, Sage 50 and QuickBooks<\/a>; for Sage\n100, Sage 300 (Sage Accpac), Sage Enterprise Management (Sage X3) from <a href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp\/sage-pro-sage-300-migration\">Sage Pro<\/a>, <a href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp\/sage-50-us-sage-300-migration\">Sage 50 US<\/a>, <a href=\"https:\/\/www.greytrix.com\/product\/sage-300-erp\/sage-50-ca-sage-300-migration\">Sage 50 CA<\/a>, <a href=\"https:\/\/www.greytrix.com\/resources\/sage-erp-crm-migration.pdf\">Sage 50 Usage\nBusiness Works, Sage Business Vision<\/a> and <a href=\"https:\/\/www.greytrix.com\/product\/sage-100-erp\/quickbooks-sage-100-migration\">QuickBooks<\/a>; for\nSage CRM from <a href=\"https:\/\/www.greytrix.com\/resources\/sage-erp-crm-migration.pdf\">Salesforce | ACT! |\nSalesLogix | Goldmine | Sugar CRM | Maximizer<\/a><\/p>\n\n\n\n<p>For more information on Sage ERP \u2013 CRM migration solutions, please contact us at <a href=\"mailto:erpmig@greytrix.com\">erpmig@greytrix.com<\/a>.&nbsp;We will be glad to assist you.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sage 300 provides a provision to create the custom modules\/add-ons based on common requirements that can be used by multiple customers. Development partner usually creates the module and needs to provide the NFR Copy or Trial Version so that customer or consultant can thoroughly go through the add-on. New Stuff: Open windows option introduced in\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[3408,3407,3410,2357,2424,2429,3409,3411],"class_list":["post-27884","post","type-post","status-publish","format-standard","hentry","category-sage-accpac","tag-how-to-make-nfr-copy-of-sage-300-custom-module","tag-how-to-make-trial-copy-of-sage-300-custom-module","tag-nfr-copy","tag-sage-300-erp","tag-sage-300-web-screens","tag-sage-300c","tag-trial-copy","tag-trial-version"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to create an NFR or trial copy of a Sage 300 custom module.<\/title>\n<meta name=\"description\" content=\"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create an NFR or trial copy of a Sage 300 custom module.\" \/>\n<meta property=\"og:description\" content=\"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\" \/>\n<meta property=\"og:site_name\" content=\"Sage 300 ERP \u2013 Tips, Tricks and Components\" \/>\n<meta property=\"article:published_time\" content=\"2020-02-27T10:18:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-02T05:43:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\" \/>\n<meta name=\"author\" content=\"Greytrix\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Greytrix\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\",\"name\":\"How to create an NFR or trial copy of a Sage 300 custom module.\",\"isPartOf\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\",\"datePublished\":\"2020-02-27T10:18:12+00:00\",\"dateModified\":\"2024-05-02T05:43:47+00:00\",\"author\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2\"},\"description\":\"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\",\"contentUrl\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to make NFR Copy or Trial Copy of Sage 300 custom module\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website\",\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/\",\"name\":\"Sage 300 ERP \u2013 Tips, Tricks and Components\",\"description\":\"Explore the world of Sage 300 with our insightful blogs, expert tips, and the latest updates. We\u2019ll empower you to leverage Sage 300 to its fullest potential. As your one-stop partner, Greytrix delivers exceptional solutions and integrations for Sage 300. Our blogs extend our support to businesses, covering the latest insights and trends. Dive in and transform your Sage 300 experience with us! \",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2\",\"name\":\"Greytrix\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g\",\"caption\":\"Greytrix\"},\"url\":\"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/author\/greytrix\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create an NFR or trial copy of a Sage 300 custom module.","description":"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/","og_locale":"en_US","og_type":"article","og_title":"How to create an NFR or trial copy of a Sage 300 custom module.","og_description":"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.","og_url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/","og_site_name":"Sage 300 ERP \u2013 Tips, Tricks and Components","article_published_time":"2020-02-27T10:18:12+00:00","article_modified_time":"2024-05-02T05:43:47+00:00","og_image":[{"url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png","type":"","width":"","height":""}],"author":"Greytrix","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Greytrix","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/","url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/","name":"How to create an NFR or trial copy of a Sage 300 custom module.","isPartOf":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage"},"image":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage"},"thumbnailUrl":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png","datePublished":"2020-02-27T10:18:12+00:00","dateModified":"2024-05-02T05:43:47+00:00","author":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2"},"description":"Discover how the Development partner typically produces the module and must offer the NFR Copy or Trial Version so that the client or consultant may completely review the add-on.","breadcrumb":{"@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#primaryimage","url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png","contentUrl":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-content\/uploads\/2020\/02\/1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/2020\/02\/27\/how-to-make-nfr-copy-or-trial-copy-of-sage-300-custom-module\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/"},{"@type":"ListItem","position":2,"name":"How to make NFR Copy or Trial Copy of Sage 300 custom module"}]},{"@type":"WebSite","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#website","url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/","name":"Sage 300 ERP \u2013 Tips, Tricks and Components","description":"Explore the world of Sage 300 with our insightful blogs, expert tips, and the latest updates. We\u2019ll empower you to leverage Sage 300 to its fullest potential. As your one-stop partner, Greytrix delivers exceptional solutions and integrations for Sage 300. Our blogs extend our support to businesses, covering the latest insights and trends. Dive in and transform your Sage 300 experience with us! ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/93977cd8aa8fbd1f151d3f664e29c9f2","name":"Greytrix","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3cdb553d6ca07df0e407d5e092f2410d163e0fd40b27734b345b04c8f0786969?s=96&d=mm&r=g","caption":"Greytrix"},"url":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/author\/greytrix\/"}]}},"_links":{"self":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/27884","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/comments?post=27884"}],"version-history":[{"count":1,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/27884\/revisions"}],"predecessor-version":[{"id":27885,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/posts\/27884\/revisions\/27885"}],"wp:attachment":[{"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/media?parent=27884"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/categories?post=27884"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.greytrix.com\/blogs\/sageaccpacerp\/wp-json\/wp\/v2\/tags?post=27884"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}