Hai I am trainee technical consultant. This is the task given to me . I tried my best to create the table, but I am unable to meet the requirement asked in Cubical master table>FloorDescription> DataType to achieve the description value from the floor master table.
I tried it by using Modifiedfield method but I am not able to get succeeded please help me in this aspect.
thanks in advance.
Floor master:
S.No | Field Name | Label | Mandatory | DataType | Size |
1 | FloorId | Floor Id | Yes | String | 10 |
2 | Description | Description | No | String | 60 |
Cubicle master:
S.No | Field Name | Label | Mandatory | DataType | Size |
1 | CubicleId | Cubicle Id | Yes | String | 10 |
2 | Description | Description | No | String | 60 |
3 | FloorId |
Floor Id |
Yes | String | 10 |
4 | FloorDescription | Floor Description | No |
Non-Editable. Default FloorID Description From Floor master |
- |