- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 06:54 AM
Hi All,
We've a requirement, let's a there is an alm_asset record opened in form view. This has two reference fields 'Account' (customer_account) and Location (cmn_location). Now, if I open the look up of location field and click on 'New' to create a new location record, I need 'Account' field (reference) in that new location to be auto field with the Asset's location.
Is there a way to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 01:17 PM
Try replacing all occurrences of this.opener with self.opener
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 12:25 PM
Hi Slava,
Tried this, but not working.
CS Screenshot -
 
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 01:17 PM
Try replacing all occurrences of this.opener with self.opener
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2023 01:25 PM
Thanks Slava. Working perfectly now.