Posts
Showing posts from June, 2022
CPQ Specialist certification- Group Product Selection by Field
- Get link
- X
- Other Apps
CPQ Specialist certification- CPQ Object Relationships
- Get link
- X
- Other Apps
CPQ Specialist certification- Add Fields to the Quote Line Editor Field Set
- Get link
- X
- Other Apps
Update on Identity and Access Management Architect Certification
- Get link
- X
- Other Apps
Salesforce JWT sample code interface with realme
- Get link
- X
- Other Apps
public class JWTConst { // This cant be changed for RealmeAML // Header Information public static final string algval = 'RS256'; public static final string typval = 'JWT'; public static final string algKey = 'alg'; public static final string typkey = 'typ'; //Payload information public static final string jtiKey= 'jti'; public static final string isskey = 'iss'; public static final string audKey = 'aud'; public static final string iatkey = 'iat'; public static final string nbfkey= 'nbf'; public static final string expKey = 'exp'; public static final string emailKey = 'email'; public static final string smskey = 'sms'; public static final string typekey = 'type'; public static final string typeEmailval = 'email'; public static f...
CPQ Specialist certification- Product rules- Conclusion
- Get link
- X
- Other Apps
CPQ Specialist certification- Product rules- Selection type
- Get link
- X
- Other Apps