Questions tagged [key]
The key tag has no summary.
30 questions
0 votes
1 answer
938 views
How to set values of map in lightning component
I am adding values to a map. I checked if values are filled still when i try to get the values from the map by key I get: undefined in de console.log Controller const mapAcc = new Map(); var accId =...
1 vote
2 answers
1k views
Invalid key error, when clicking on a combobox from a nested component
I have an lwc that displays content differently based on data type, filterField.html (simplification): <template> <div if:true={isText}> <lightning-input value={_value} ...
0 votes
1 answer
3k views
Deactivate Certificates in Salesforce [closed]
There is a certificate created in my org and it is expired. I want to deactivate it. Is that possible?
0 votes
1 answer
1k views
Where do I get the Salesforce Marketing Cloud "Public Key" for PGP Encryption?
I remember this used to be "Google-able". For some reason, I can't seem to locate the answer via Google. I have a client that needs to send over their data to Marketing Cloud's SFTP site and ...
0 votes
1 answer
643 views
How can I get key prefixes of each object from a Salesforce Instance with pythons simple_salesforce API?
I want to extract keys for each Salesforce object (including custom) from a Salesforce environment via the simple_salesforce python library. That is, I want a pandas dataframe that looks as follows: ...
-1 votes
1 answer
2k views
What could I put in Key tags in my .html (LWC)?
In this table I'm using row as key for many html elements. Could this make a difference in the future? Do I need to use a different key for each tag? I thought to use row.postalcode in the first line ...
0 votes
1 answer
176 views
Tracker Domains and TXT records
I have a problem with the validation key as there is already an entry in the @ record. How can I add the validation key to the already existing record? Thanks.
-1 votes
2 answers
2k views
Merge two map with same Key in apex
I have two maps with the same key now my question how to combine this into the third map? Map<String,object> newConMap = new Map<String,object>(004 ={CONTACTID=004, [email protected], ...
-2 votes
1 answer
2k views
How to pass a variable as the key for the Map.get method?
I know that to get the value of a map, i should use: String s = (String)Map.get('key'); The above code works fine. But, I want a variable to be passed as the key. I tried like this: String k = 'key'; ...
0 votes
0 answers
643 views
Inserted row in a Data Extension with a null Primary Key
We have a Data Extension with a Primary Key and we are able to insert via REST API a row setting its Primary Key as null. Until we know, it isn't possible because as Primary Key that field is no ...
1 vote
1 answer
3k views
Unable to import Encryption Key in Marketing Cloud
Tried to generate SSH Key and PFX files to be imported into Key Management in Marketing Cloud. It gives errors each time. SSH Key Generation: openssl genrsa -des3 -out private.pem 2048 openssl rsa -...
0 votes
1 answer
1k views
Pulling values from inner curly brackets
I am trying to pull the values from a JSON response and have managed to get most of the values except the one I need which is nested in an inner set of curly brackets public class web_ser { @future(...
1 vote
1 answer
420 views
Salesforce BYOK Strategy
So - I have been doing research regarding Salesforce platform encryption, and am struggling to find the actual "button pushing" steps to accomplish the BYOK plan. Please correct these following steps ...
1 vote
2 answers
1k views
Classic Master Encryption Keys in Apex
I'm using the Crypto class but want to leverage the built-in Master Encryption Key store instead of saving my own AES keys somewhere in the database. Is it possible to get access to the Master ...
1 vote
0 answers
233 views
Asymmetric Key import from cert erroring
Received a public key generated in a .crt format from Commerce Cloud side so that we can pass an encrypted emailaddr through an email click for attribution. However, getting this error: The key ...