Skip to main content
Solved

Is there a No Code solution to linking the Customer to the Non Stock module?

  • September 2, 2024
  • 1 reply
  • 20 views

Forum|alt.badge.img

Hello everyone,

I am trying out a no code customization project but can not seem to get the needed data which is the CustomerID selector to appear in the Non Stock Screen, is this possible?

Thanks in advance!

Mriver67

Best answer by dcomerford

@mrivera67 Create a new string field 30 characters long for the Customer on the Non Stock Item screen then change the attributes to below. Publish then add the field to the screen

[PXDBString(30)]
[PXSelector(typeof(PX.Objects.AR.Customer.acctCD), DescriptionField = typeof(PX.Objects.AR.Customer.acctName), CacheGlobal = true, Filterable = true)]
[PXUIField(DisplayName="Customer")]

View original
Did this topic help you find an answer to your question?

1 reply

dcomerford
Captain II
Forum|alt.badge.img+15
  • Captain II
  • 639 replies
  • Answer
  • September 2, 2024

@mrivera67 Create a new string field 30 characters long for the Customer on the Non Stock Item screen then change the attributes to below. Publish then add the field to the screen

[PXDBString(30)]
[PXSelector(typeof(PX.Objects.AR.Customer.acctCD), DescriptionField = typeof(PX.Objects.AR.Customer.acctName), CacheGlobal = true, Filterable = true)]
[PXUIField(DisplayName="Customer")]


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings