Problem Statement: How to add multiple Recipients with different roles dynamically in Conga Sign URL? Solution: We can add multiple Recipients with roles and change the role while sending the mail in the Conga Sign screen. But if we need automatic role assignment in the Conga Sign, we can add multiple Recipients with roles while […]
While writing Test class for this scenario the biggest challenge we faced was, “isPortalEnable” field of the “User” object is not editable, to make it we need to take care of the below points: We need to create Two individual users as test data one user as System Administrator and another one as Portal User. […]
Problem: I am working on Salesforce since 3 years but it was my first encounter with Experience cloud. I have added a picklist in the lead object but it was not showing on the lightning page in Experience cloud even after giving all permissions. Solution: I have a ‘Web to lead‘ Form which is built […]
Twilio provides telecommunication functionalities like SMS, Calling, WhatsApp integration, and many more. The goal of this post is to describe Twilio integration with .net and take advantage of Twilio’s amazing features.
For company which having SaaS based product, There is always the question of what goes into Cost of Goods Sold vs Cost of Revenue to calculate gross margin, Customer Lifetime Value (LTV), Customer Acquisition Cost (CAC) Payback Time and to understand company’s unit economics in general.
Download the driver: ojdbc[VERSION].jar Create subfolders : [WILDFLY_HOME] /modules/system /layers /base /com /oracle /main/ Copy the downloaded ojdbc
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage
What are the biggest questions in every single salaried person’s mind? How to save the tax at end of the year? Where to see the comparison? Which income tax option is suitable for me? New regime or Old regime? How
If you are trying to connect to a SQL Server database which resides in Azure Windows Virtual Machine from SQL Server Management Studio and a .NET application . We will explain those issues and share our experience on how you