• Ramy Higazi 4
  • NEWBIE
  • 10 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hello, we developed some Lightning Components which work fine in Chrome and Firefox, but they don´t show up at all in IE11 or Edge.
I don´t get any error Messages and I don't know what to search for, even in the Debugger of Edge no errors !! Please Help me,
Best greeting form Frankfurt 
Ramy

Dear Sir and Madam,

we have setup "Custom Metadata Types" for configuration in our program.

Custom Metadata Type called:
Bauobjekt Field Mapping

SELECT ibszpbaucore__Bauobjekt_Entity__c,ibszpbaucore__Bauobjekt_Feld__c,ibszpbaucore__Bauobjekt_Lead_Entity__c,ibszpbaucore__Bauobjekt_Lead_Feld__c,Id FROM ibszpbaucore__Bauobjekt_Field_Mapping__mdt


when I check the data in this table I see that the following view:


ibszpbaucore__Bauobjekt_Entity__c ibszpbaucore__Bauobjekt_Feld__c ibszpbaucore__Bauobjekt_Lead_Entity__c ibszpbaucore__Bauobjekt_Lead_Feld__c Id
1 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpS1x 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWW m000Y000000DlJfQAK
2 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpS27 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWg m000Y000000DlMZQA0
3 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSDf 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgaE m000Y000000DlMoQAK
4 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSCm 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWq m000Y000000DlJkQAK
5 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSIH 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgaJ m000Y000000DlMtQAK
6 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSCr 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWv m000Y000000DlJpQAK

Result in Documentation:
https://developer.salesforce.com/blogs/developer-relations/2017/04/simplify-salesforce-data-custom-metadata-type-relationships.html


all Fieldnames are reflected by ID instead by name.
How can I convert them by apex to real names?
Are these Ids stored while packaging and how will this info be available on other Systems,
if transfered, or do I have to customize again?
thank you for your help
Dear Sir and Madam,

we have setup "Custom Metadata Types" for configuration in our program.

Custom Metadata Type called:
Bauobjekt Field Mapping

SELECT ibszpbaucore__Bauobjekt_Entity__c,ibszpbaucore__Bauobjekt_Feld__c,ibszpbaucore__Bauobjekt_Lead_Entity__c,ibszpbaucore__Bauobjekt_Lead_Feld__c,Id FROM ibszpbaucore__Bauobjekt_Field_Mapping__mdt


when I check the data in this table I see that the following view:


ibszpbaucore__Bauobjekt_Entity__c ibszpbaucore__Bauobjekt_Feld__c ibszpbaucore__Bauobjekt_Lead_Entity__c ibszpbaucore__Bauobjekt_Lead_Feld__c Id
1 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpS1x 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWW m000Y000000DlJfQAK
2 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpS27 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWg m000Y000000DlMZQA0
3 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSDf 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgaE m000Y000000DlMoQAK
4 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSCm 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWq m000Y000000DlJkQAK
5 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSIH 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgaJ m000Y000000DlMtQAK
6 01I0Y000000bG6s 01I0Y000000bG6s.00N0Y00000EpSCr 01I0Y000000bG64 01I0Y000000bG64.00N0Y00000GGgWv m000Y000000DlJpQAK

Result in Documentation:
https://developer.salesforce.com/blogs/developer-relations/2017/04/simplify-salesforce-data-custom-metadata-type-relationships.html


all Fieldnames are reflected by ID instead by name.
How can I convert them by apex to real names?
Are these Ids stored while packaging and how will this info be available on other Systems,
if transfered, or do I have to customize again?
thank you for your help