Hi All ,
 I’m unable to insert the ScheduleID in Child table Column ,because it is integer type storing the integer Default  value(-2147483647).Not storing actual value. How to insert FSContractSchedule.scheduleID
field into Child table (SSPFSScheduleInsp.scheduleID)
.
can you plz help me in this..!
this is my DAC
#region ScheduleID Â Â Â Â PXDBInt(IsKey = true, MinValue = 1, MaxValue = 999999)] Â Â Â Â )PXUIField(DisplayName = "Schedule ID")] Â Â Â Â PXDefault(typeof(FSContractSchedule.scheduleID.FromCurrent))] Â Â Â Â public virtual int? ScheduleID { get; set; } Â Â Â Â public abstract class scheduleID : PX.Data.BQL.BqlInt.Field<scheduleID> { } Â Â Â Â #endregion.
but it is storing like this in my table
Â
Â
Thanks…!
Â