-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IG Region Static ID - Not able to pass Dynamic page item #3
Comments
Good morning,
The value of the page item has to be set prior to the DA generation to the
page. At what point are you setting the value of the page item?
Is there a sample I can view?
Thanks,
Anton
On Sun, Jul 30, 2023 at 7:39 AM coolfarish ***@***.***> wrote:
Hi Team,
In the help text of IG Region Static ID, I can see below:
Additional Information
Type: Text
Supported Substitutions: Application, Page Items and System Variables
But Substitution strings are not working, there are many IG grids in my
page and I have PAGE_ITEM containing the static id of the IG grid whose
data I need to get.
tried passing &PAGE_ITEM. as well as #PAGE_ITEM# - both are not working
—
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIYKBDLIJWHOFVO2FJ7J7D3XSZBXZANCNFSM6AAAAAA25EKFHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Anton Nielsen
617-510-6738
|
Ok understood. As am changing the value over JS and the value is not before the page is rendered its not working i guess. Any option to make it work like passing value from the browser text field/hidden item because that is where am setting the STATIC_ID dynamically on row level button click(through Javascript) ? |
Flow is like beloe: |
As it stands now, you would need to create one dynamic action per IG. I can update the plug-in to allow you to specify a page item that holds the region ID at runtime. I can't get to it for a few weeks at least, though. If you remind me then I'll get to it. If you need it sooner contact me directly. |
Thank you so much for the update. I am facing such situation. Inside the render function the l_new_static_id is still showing as page item's name rather than page item's value. Am new to plugin codes, so any reference would be helpful as well so that I can explore more from my side. |
Hi Team,
In the help text of IG Region Static ID, I can see below:
Additional Information
Type: Text
Supported Substitutions: Application, Page Items and System Variables
But Substitution strings are not working, there are many IG grids in my page and I have PAGE_ITEM containing the static id of the IG grid whose data I need to get.
tried passing &PAGE_ITEM. as well as #PAGE_ITEM# - both are not working
The text was updated successfully, but these errors were encountered: