Hi ALL,
I have an input module where users enter project input details such as Project, Country, Size etc..These two modules are connected through Project 'Libe'.
Users uses a Boolean called 'Import to L2 Page' to import these records to the 'L2 ' page using an action. After the import, the Boolean('Import to L2 page) is automatically unchecked. These two modules are connected through Project 'Libe'.
However, I’m facing two challenges:
- Preventing Duplicate Imports:
- If a user mistakenly selects the same record (e.g., Record R1) and re-runs the import action, it results in a duplicate record on the L2 page. I need a solution to avoid importing the same record multiple times.
- Handling Data Changes:
- If a user updates any field (e.g., Record R1 - size changes from Medium to Small) or (Project changes from Libe to Flux) in the input module, the record should be allowed for re-import to reflect the updated data on the L2 page.
Is it possible achieve this using ISFIRSTOCCURANCE() or any other best approach?
Looking forward for suggestions.