How do I add the Customer Price Class to the SO Screen on Acumatica?
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
add a comment |
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
add a comment |
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
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
acumatica acumatica-kb
edited Nov 15 '18 at 15:53
Mohammad
15.8k123765
15.8k123765
asked Nov 15 '18 at 0:04
NitaRabNitaRab
162
162
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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:
- Add new
Formto theForm: Documentand setDataMembertolocation:

- Add
Price Classfield to that newly added form:

- Set the
RenderStyleOf the form toSimpleso that it doesn't render it as a form:

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

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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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:
- Add new
Formto theForm: Documentand setDataMembertolocation:

- Add
Price Classfield to that newly added form:

- Set the
RenderStyleOf the form toSimpleso that it doesn't render it as a form:

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

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
add a comment |
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:
- Add new
Formto theForm: Documentand setDataMembertolocation:

- Add
Price Classfield to that newly added form:

- Set the
RenderStyleOf the form toSimpleso that it doesn't render it as a form:

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

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
add a comment |
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:
- Add new
Formto theForm: Documentand setDataMembertolocation:

- Add
Price Classfield to that newly added form:

- Set the
RenderStyleOf the form toSimpleso that it doesn't render it as a form:

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

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:
- Add new
Formto theForm: Documentand setDataMembertolocation:

- Add
Price Classfield to that newly added form:

- Set the
RenderStyleOf the form toSimpleso that it doesn't render it as a form:

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

answered Nov 19 '18 at 16:09
Samvel PetrosovSamvel Petrosov
5,08821239
5,08821239
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
add a comment |
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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