
Vishwanath Hokrani
-
合計アクティビティ14
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー1ユーザー
-
投票0
-
サブスクリプション4
アクティビティの概要
Vishwanath Hokraniさんの最近のアクティビティ-
Vishwanath Hokraniさんがコメントを作成しました:
Hi Tipene, Could you please tell me how to do 2nd options i.e. "could store the data externally and make a call to retrieve it in your script.js file."
-
Vishwanath Hokraniさんがコメントを作成しました:
Hi Tipene, Yes, I'm referring to the guide help center code editor.
-
Vishwanath Hokraniさんが投稿を作成しました:
How to read the assets json file.
I have added json file in assets folder. File Name: Client_Config.json { "ClaimStatus":"Claim Status", "InitiateNonQualified":"Initiate Non - Qualified Death Claim" } How to load these file ...
-
Vishwanath Hokraniさんがコメントを作成しました:
This will help me. Thanks a lot. One more question, i have number filed which has 12 digit number. From these fields i need to get last 3 digit in email trigger. Is there way to get it ?
-
Vishwanath Hokraniさんが投稿を作成しました:
Based on condition, how to change the trigger email body
Hi, I need to trigger email content based on the number of Beneficiary selected. For example If beneficiary ===1 then email content should have 1 Primary beneficiary Primary Beneficiary: {{tick...
-
Vishwanath Hokraniさんが投稿を作成しました:
article image attachement is expriy after 48 hours
Hi, We are attaching the image to article using below API end url <base_url>/api/v2/help_center/articles/attachments But after 48 hours, attach url is expriy 48 hours. Let me know why its expriy ? ...
-
Vishwanath Hokraniさんがコメントを作成しました:
Hi Tipene, No, authorization flow is not run successful and token is not returned in redirect URL. If you need further information, i will setup demo to you.
-
Vishwanath Hokraniさんがコメントを作成しました:
Hi Tipene, I have setup same thing, but still getting same error message. In 'OAuth Clients' tab, setup as below: Below code used : export const getUserName=async(author_id,login,password)=>...
-
Vishwanath Hokraniさんがコメントを作成しました:
Hi Tipene, I'm not yet deployed my client application in produciont, so building in my local system. In this case, what should be the redirect url as i don't have registered domain name yet. is it ...
-
Vishwanath Hokraniさんが投稿を作成しました:
Can't get retrun response from /api/v2/users/<user_id>.json API
From my react application, I'm calling below function i.e. javascript function export const getUserName=async(author_id,login,password)=>{ return await axios.get(baseURL+`/api/v2/users/${author_...