How do I add the Customer Price Class to the SO Screen on Acumatica?










0















I am trying to include the Customer Price Class on the SO screen. The Price Class filed is located in



Customer> Delivery Settings> Default Location Settings > Price Class


How can I do this?










share|improve this question




























    0















    I am trying to include the Customer Price Class on the SO screen. The Price Class filed is located in



    Customer> Delivery Settings> Default Location Settings > Price Class


    How can I do this?










    share|improve this question


























      0












      0








      0








      I am trying to include the Customer Price Class on the SO screen. The Price Class filed is located in



      Customer> Delivery Settings> Default Location Settings > Price Class


      How can I do this?










      share|improve this question
















      I am trying to include the Customer Price Class on the SO screen. The Price Class filed is located in



      Customer> Delivery Settings> Default Location Settings > Price Class


      How can I do this?







      acumatica acumatica-kb






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 15 '18 at 15:53









      Mohammad

      15.7k123563




      15.7k123563










      asked Nov 15 '18 at 0:04









      NitaRabNitaRab

      111




      111






















          1 Answer
          1






          active

          oldest

          votes


















          0














          location data-view is defined in the Sales Order which is getting Location of the Sales Orders Customer.

          Price Class ID is stored in the Location DAC. So you can use it for showing Price Class ID of the customer.

          You need to do the following steps for achieving that:



          1. Add new Form to the Form: Document and set DataMember to location:

          enter image description here



          1. Add Price Class field to that newly added form:

          enter image description here



          1. Set the RenderStyle Of the form to Simple so that it doesn't render it as a form:

          enter image description here



          After these steps you will get Price Class field on the Sales Order Page as below:



          enter image description here






          share|improve this answer























          • wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

            – NitaRab
            Nov 20 '18 at 18:10











          • @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

            – Samvel Petrosov
            Nov 20 '18 at 18:34












          • For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

            – NitaRab
            Nov 21 '18 at 19:14












          • Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

            – NitaRab
            Nov 28 '18 at 23:53











          • @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

            – Samvel Petrosov
            Nov 29 '18 at 5:25











          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53310604%2fhow-do-i-add-the-customer-price-class-to-the-so-screen-on-acumatica%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          location data-view is defined in the Sales Order which is getting Location of the Sales Orders Customer.

          Price Class ID is stored in the Location DAC. So you can use it for showing Price Class ID of the customer.

          You need to do the following steps for achieving that:



          1. Add new Form to the Form: Document and set DataMember to location:

          enter image description here



          1. Add Price Class field to that newly added form:

          enter image description here



          1. Set the RenderStyle Of the form to Simple so that it doesn't render it as a form:

          enter image description here



          After these steps you will get Price Class field on the Sales Order Page as below:



          enter image description here






          share|improve this answer























          • wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

            – NitaRab
            Nov 20 '18 at 18:10











          • @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

            – Samvel Petrosov
            Nov 20 '18 at 18:34












          • For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

            – NitaRab
            Nov 21 '18 at 19:14












          • Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

            – NitaRab
            Nov 28 '18 at 23:53











          • @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

            – Samvel Petrosov
            Nov 29 '18 at 5:25
















          0














          location data-view is defined in the Sales Order which is getting Location of the Sales Orders Customer.

          Price Class ID is stored in the Location DAC. So you can use it for showing Price Class ID of the customer.

          You need to do the following steps for achieving that:



          1. Add new Form to the Form: Document and set DataMember to location:

          enter image description here



          1. Add Price Class field to that newly added form:

          enter image description here



          1. Set the RenderStyle Of the form to Simple so that it doesn't render it as a form:

          enter image description here



          After these steps you will get Price Class field on the Sales Order Page as below:



          enter image description here






          share|improve this answer























          • wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

            – NitaRab
            Nov 20 '18 at 18:10











          • @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

            – Samvel Petrosov
            Nov 20 '18 at 18:34












          • For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

            – NitaRab
            Nov 21 '18 at 19:14












          • Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

            – NitaRab
            Nov 28 '18 at 23:53











          • @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

            – Samvel Petrosov
            Nov 29 '18 at 5:25














          0












          0








          0







          location data-view is defined in the Sales Order which is getting Location of the Sales Orders Customer.

          Price Class ID is stored in the Location DAC. So you can use it for showing Price Class ID of the customer.

          You need to do the following steps for achieving that:



          1. Add new Form to the Form: Document and set DataMember to location:

          enter image description here



          1. Add Price Class field to that newly added form:

          enter image description here



          1. Set the RenderStyle Of the form to Simple so that it doesn't render it as a form:

          enter image description here



          After these steps you will get Price Class field on the Sales Order Page as below:



          enter image description here






          share|improve this answer













          location data-view is defined in the Sales Order which is getting Location of the Sales Orders Customer.

          Price Class ID is stored in the Location DAC. So you can use it for showing Price Class ID of the customer.

          You need to do the following steps for achieving that:



          1. Add new Form to the Form: Document and set DataMember to location:

          enter image description here



          1. Add Price Class field to that newly added form:

          enter image description here



          1. Set the RenderStyle Of the form to Simple so that it doesn't render it as a form:

          enter image description here



          After these steps you will get Price Class field on the Sales Order Page as below:



          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 19 '18 at 16:09









          Samvel PetrosovSamvel Petrosov

          5,08021038




          5,08021038












          • wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

            – NitaRab
            Nov 20 '18 at 18:10











          • @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

            – Samvel Petrosov
            Nov 20 '18 at 18:34












          • For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

            – NitaRab
            Nov 21 '18 at 19:14












          • Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

            – NitaRab
            Nov 28 '18 at 23:53











          • @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

            – Samvel Petrosov
            Nov 29 '18 at 5:25


















          • wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

            – NitaRab
            Nov 20 '18 at 18:10











          • @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

            – Samvel Petrosov
            Nov 20 '18 at 18:34












          • For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

            – NitaRab
            Nov 21 '18 at 19:14












          • Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

            – NitaRab
            Nov 28 '18 at 23:53











          • @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

            – Samvel Petrosov
            Nov 29 '18 at 5:25

















          wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

          – NitaRab
          Nov 20 '18 at 18:10





          wow thank you so much!!! it worked!! Is there a way to line up the Price Class with the other fields so they are all aligned or a mi asking for too much?

          – NitaRab
          Nov 20 '18 at 18:10













          @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

          – Samvel Petrosov
          Nov 20 '18 at 18:34






          @NitaRab you might play with the Properties of the field. I can't say for sure how to align it with other fields. But it seems like Acumatica is adding some padding to the form and it is moving the field to the center.

          – Samvel Petrosov
          Nov 20 '18 at 18:34














          For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

          – NitaRab
          Nov 21 '18 at 19:14






          For some reason I cant publish this customization. The validation fails. The error I am getting: Validating Binary Files Validating the website XXXXX Building directory 'WebSiteValidationDomainApp_RuntimeCode'. WebSiteValidationDomainApp_RuntimeCodefolder.runtime(1): error ASPPARSE: The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. The type initializer for 'PX.Data.PXCodeDirectoryCompiler' threw an exception. Compiler time, in seconds: 0.2968583 Validation failed.

          – NitaRab
          Nov 21 '18 at 19:14














          Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

          – NitaRab
          Nov 28 '18 at 23:53





          Hi Samvel, The customization will not publish because validation fails. Can you please advise ?

          – NitaRab
          Nov 28 '18 at 23:53













          @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

          – Samvel Petrosov
          Nov 29 '18 at 5:25






          @NitaRab I don't know what you have changed in your customization. I would advise you to open separate question and post there all the changes you have done in customization.

          – Samvel Petrosov
          Nov 29 '18 at 5:25




















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53310604%2fhow-do-i-add-the-customer-price-class-to-the-so-screen-on-acumatica%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          這個網誌中的熱門文章

          Barbados

          How to read a connectionString WITH PROVIDER in .NET Core?

          Node.js Script on GitHub Pages or Amazon S3