Skip to main content

Questions tagged [key]

0 votes
1 answer
938 views

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 =...
Thomas's user avatar
  • 2,320
1 vote
2 answers
1k views

I have an lwc that displays content differently based on data type, filterField.html (simplification): <template> <div if:true={isText}> <lightning-input value={_value} ...
Arhael's user avatar
  • 45
0 votes
1 answer
3k views

There is a certificate created in my org and it is expired. I want to deactivate it. Is that possible?
sThirumagal93's user avatar
0 votes
1 answer
1k views

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 ...
Mike Marks's user avatar
0 votes
1 answer
643 views

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: ...
Corram's user avatar
  • 123
-1 votes
1 answer
2k views

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 ...
Cline's user avatar
  • 173
0 votes
1 answer
176 views

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.
Mike Richards's user avatar
-1 votes
2 answers
2k views

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], ...
starboy The's user avatar
-2 votes
1 answer
2k views

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'; ...
Jayesh Babu's user avatar
0 votes
0 answers
643 views

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 ...
Javier Gil's user avatar
1 vote
1 answer
3k views

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 -...
ipradhansk's user avatar
  • 2,347
0 votes
1 answer
1k views

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(...
Richard's user avatar
  • 185
1 vote
1 answer
420 views

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 ...
TestMcTesterson's user avatar
1 vote
2 answers
1k views

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 ...
Shane Kenyon's user avatar
  • 1,136
1 vote
0 answers
233 views

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 ...
Tom Callahan's user avatar
  • 1,407

15 30 50 per page