| | |
| | | #parent: #root |
| | | StaticMethod Create ( |
| | | ProductInStockingPoint_MP owner, |
| | | Date lockDate |
| | | Date lockDate, |
| | | const InterfaceDataset interfaceDataset |
| | | ) |
| | | { |
| | | TextBody: |
| | |
| | | // rislai Jun-13-2024 (created) |
| | | lockPeriod := owner.LockPeriod( relnew, LockDate := lockDate ); |
| | | |
| | | macroPlan := owner.MacroPlan(); |
| | | |
| | | offlineTable := select( macroPlan,NewOfflinePlanTable,table,true ); |
| | | offlineTable := select( interfaceDataset,OfflinePlanArchiveVersion,table,not table.IsShow() ); |
| | | |
| | | if( not isnull( offlineTable )){ |
| | | lockPeriod.Enable( offlineTable ); |