• Vijaya Sankar Natarajan
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
A custom lightning component has been developed with `<lightning:helpText>`. It is performing as expected in Web Browsers and Android deviced. But in iPhone, once tooltip gains its visibility on clicking the help text, it doesn't hide. Even when the page is navigated, it stays on top at the same fixed position where it was.

Initial Location of Helptext - Gains visibility on clicking:

Initial Location of Helptext - Gains visibility on clicking

The Helptext doesn't hide even it is clicked anywhere on the screen or navigated to other page.

User-added image

Affected in all iPhones. Screenshots taken with v12.0.1 using Salesforce 1 app. 

This doesn't appear to be component issue, since I tried the same with salesforce documentation site:

User-added image

The page is navigated, still the helptext popup stays in the same position:

User-added image

Screen can be scrolled, but tooltip is fixed:

User-added image
I'm getting this error: Challenge Not yet complete... here's what's wrong: 
Opportunities with the stage of 'Awaiting Approval' and a Discount > 0, did not kick off an approval process named 'Approval for Package Deal'.

Here is what I submitted:

Object: Opporunity 
Start Process when created or edit

Criteria 
Conditions are met
[Opportunity].StageName Is Changed True
[Opportunity].StageName= Awaiting Approval
[Opportunity].Discount > 0
All conditions are met (And)

Immediate Actions
Object Opportunity
Approval Proccess: Specific Approval Process- Approval for Package Deal 
Submitter: User field from a record- [Opportunity].Owner.Id

Update Record
Record: [Opportunity]
Criteria: updated records meet all conditions
Filter: Discount Is null= true
New field: Stage=Scheduled

Criteria
Deposit Made
[Opportunity].StageName = Deposit Made

Immediate Action
Update Record
Record: [Opportunity].Fulfillments__r
No criteria
Status= paid deposit

Criteria
Cancelled
[Opportunity].StageName =Cancelled

Immediate Actions
Update Records
[Opportunity].Fulfillments__r
Status= Cancelled

Thank you in advanced!