- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 02:48 AM
I have 2 feilds in multi row variable set.I want to fetch the row count of tat variable set on submit of the multi row variable and display the row **bleep** in alert.
please guide me for this.
解決済! 解決策の投稿を見る。
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 08:17 AM
You need to create this onsubmit client script on catalog item (Not on variable set client scripts) as mentioned below:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 07:12 AM
hii,
I am trying this script on Onsubmit client script.
But giving me this error "JSON.parse: unexpected end of data at line 1 column 1 of the JSON data".
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 07:22 AM
Have you added any data in your variable set? if Not please add and then execute the script
I have tried this script in my PDI and this worked for me really well!
Can you share the snippet of your code, if possible?
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 08:13 AM
hii,
while adding records in multi row variable set it is giving me error.I am not able to add record in that variable set.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 08:17 AM
You need to create this onsubmit client script on catalog item (Not on variable set client scripts) as mentioned below:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
03-25-2023 08:21 AM
Hii Prince,
I want to do this on Variable set client script but it is giving me error.
Your script is working for me on Catalog item client script.