ContributionsMost RecentMost LikesSolutionsRe: Will adding/changing a custom tag trigger a Community event? Hi Claudius It sounds like you are exploring custom tags in the Khoros Classic Community, which is great. Just so you know, adding or changing custom tags will not automatically trigger events that the "Subscribe to Community Events" API tracks. The API mainly picks up bigger actions like posting, replying, or liking. Also, are you looking to use custom tags to help automate tasks, track certain content, or maybe for analytics? I would love to hear how you are planning to use them in your community. If you want to talk more about this, feel free to reply here or send me a direct message, whichever is easier for you. Thank you, and I look forward to hearing more about your plans! Re: community urls frontPage Not Working on ToS Page Hi keithkelly , I tried building URL on my end and it worked fine on my end. Can you try without the '/' before the "html" and see if that solves the issue? " href="${community.urls.frontPage}html/assets/MyFile.pdf " Give Kudos if you find this Helpful or mark this as Solution if it answers your query. Khoros Salesforce Integration in Mod Tools Usage and Workarounds Hi All, How can I Post and Get Data from Salesforce Custom Fields? Like I need to make users submit a custom form which will be stored into the Salesforce Custom Field Objects (eg. userName__c, userId__c ). When the user visits that page next time it will fetch that submitted data from Salesforce and show it to the user. Is there any way to achieve this in using this integration? If Yes then does it requires separate API calls and Endpoints? I am very new to this Integration. So every suggestion and guidance will be welcomed. NOTE: I have gone through this documentation but it didn't help much. Re: API to get list of all available Ranks in community? Hi neel_psl finally khoros released a v2 API in its 19.5 version for getting a list of ranks. Simply use the following query: SELECT id FROM ranks WHERE rank_status='active' for more details please refer to this Developer Documentation If my post is helpful and answers your question, please give "Kudos" and "Accept it as a Solution."