Skip to main content
Question

Default order of field PXWeekSelector2


Forum|alt.badge.img

Hello everyone,

I want to change the default order of Selector Week to descending by Start date.

How to do it?

 

Here is the definition of field Week:

public abstract class weekId : PX.Data.BQL.BqlInt.Field<weekId> { }

		protected Int32? _WeekID;
		[PXDBInt]
		[PXUIField(DisplayName = "Week")]
		[PXWeekSelector2(DescriptionField = typeof(EPWeekRaw.shortDescription))]
		public virtual Int32? WeekID
		{
			get
			{
				return this._WeekID;
			}
			set
			{
				this._WeekID = value;
			}
		}

 

0 replies

Be the first to reply!

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