define variable policy as IPartitionPolicy no-undo.
assign policy = service:GetPartitionPolicy("OrderlineDatePolicy") policy:Description = "Orderlinedate policy"). service:UpdatePartitionPolicy(policy). |
define variable tbl as ITable no-undo.
assign table = service:GetTable("Orderline") table:PolicyDetail:Description = "Orderlinedate policy"). service:UpdateTable(table). |