• Jonathan Glass 18
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
Description: 
When Deploying System Administrator Standard profile from one Org to another using ANT we are getting an unprecedented error.

Error:
All Component Failures:
profiles/Admin.profile -- Error: The user license doesn't allow the permission: PermitImpersonation

Solutions tried:
1. - Seek for Metadata (UserPermission or any) on profile which will case the error; none found.
2.-  Verify "Login Access Policies" were the "Administrator Can Log in as Any user" was enable. Also tried deployment with the checkbox disable.
3.- We have used the same Profile and Package.xml to deploy it to another sandbox (not related to the one we want to deploy, and using checkOnly ANT functionality) and it worked  fine.
4.- Contact Support directly; had a call with them, told us to post here.

Any help is much appreciated.
Hi all,

Im currently facing an issue with the "e.force:createRecord" when trying to pre populate some fields from an object to another one. Im using the "defaultFieldValues" and almost every field is populated correctly (Lookup, text,etc) except Currency and Master-Detail.

For your understanding of the issue, when i query the data and show it on the console its shows completly fine ("234" currency field), but at the moment to pre populate it just dont, it keeps the field blank. Also ive tried to: ParseInt, Integer the value, and nothing.
Also, the fuctionallity on Classic mode it working fine, so its not a permision issue (Profile, FLS,etc).

Do you know why is this happenening? Happens to 2 different currency field and also to the master-detail (havent reasearch or even tried anything on this but if you can help also i will appreciate it).

Thanks!!
Hi all,

Im currently facing an issue with the "e.force:createRecord" when trying to pre populate some fields from an object to another one. Im using the "defaultFieldValues" and almost every field is populated correctly (Lookup, text,etc) except Currency and Master-Detail.

For your understanding of the issue, when i query the data and show it on the console its shows completly fine ("234" currency field), but at the moment to pre populate it just dont, it keeps the field blank. Also ive tried to: ParseInt, Integer the value, and nothing.
Also, the fuctionallity on Classic mode it working fine, so its not a permision issue (Profile, FLS,etc).

Do you know why is this happenening? Happens to 2 different currency field and also to the master-detail (havent reasearch or even tried anything on this but if you can help also i will appreciate it).

Thanks!!
Description: 
When Deploying System Administrator Standard profile from one Org to another using ANT we are getting an unprecedented error.

Error:
All Component Failures:
profiles/Admin.profile -- Error: The user license doesn't allow the permission: PermitImpersonation

Solutions tried:
1. - Seek for Metadata (UserPermission or any) on profile which will case the error; none found.
2.-  Verify "Login Access Policies" were the "Administrator Can Log in as Any user" was enable. Also tried deployment with the checkbox disable.
3.- We have used the same Profile and Package.xml to deploy it to another sandbox (not related to the one we want to deploy, and using checkOnly ANT functionality) and it worked  fine.
4.- Contact Support directly; had a call with them, told us to post here.

Any help is much appreciated.
Hi all,

Im currently facing an issue with the "e.force:createRecord" when trying to pre populate some fields from an object to another one. Im using the "defaultFieldValues" and almost every field is populated correctly (Lookup, text,etc) except Currency and Master-Detail.

For your understanding of the issue, when i query the data and show it on the console its shows completly fine ("234" currency field), but at the moment to pre populate it just dont, it keeps the field blank. Also ive tried to: ParseInt, Integer the value, and nothing.
Also, the fuctionallity on Classic mode it working fine, so its not a permision issue (Profile, FLS,etc).

Do you know why is this happenening? Happens to 2 different currency field and also to the master-detail (havent reasearch or even tried anything on this but if you can help also i will appreciate it).

Thanks!!
We have a visualforce page for building opportunity products.
There's a button - "Save & Exit", which calls the controller method to save the selected products and returns the pagereference - "new PageReference('/' + ApexPages.currentPage().getParameters().get('Id'));"
Basically, it tells the page to go back to the opportunity page. This works perfectly in the classic view. But in lightning, sometimes, after clicking the button, the page goes to a blank page with only lightning sidebar & top bar rather than back to the opportunity page.
Can anyone provide any thoughts on this issue?