• kumarts
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
I am trynig to use MyTasksComponent.cmp from MyTasksComponentLabs package,
 
<aura:component controller="MyTaskCustomCtrl" implements="force:appHostable,flexipage:availableForAllPageTypes">
....
<aura:if isTrue="{!v.displayDetail}">
   <mytaskslabs:MyTasksComponent/>
<aura:set attribute="else">
            <!-- not content to shwo-->
        </aura:set>
        </aura:if>  
....
</aura:component>


When save, i get he following error
ERROR: No COMPONENT named MyTasksComponent found: Source
I am trynig to use MyTasksComponent.cmp from MyTasksComponentLabs package,
 
<aura:component controller="MyTaskCustomCtrl" implements="force:appHostable,flexipage:availableForAllPageTypes">
....
<aura:if isTrue="{!v.displayDetail}">
   <mytaskslabs:MyTasksComponent/>
<aura:set attribute="else">
            <!-- not content to shwo-->
        </aura:set>
        </aura:if>  
....
</aura:component>


When save, i get he following error
ERROR: No COMPONENT named MyTasksComponent found: Source
In our business process, we have dividied up the State of Michigan into 9 routes that we service with an internal field staff and one region we service using UPS / FedEx. The 9 routes are not distributed by county but rather by zip codes. I was going to use a formula field to assign the appropriate route to Lead records using the commands IF and CONTAINS (i.e. IF (CONTAINS ( "48114:48116", PostalCode ), "Route-4",). However, using this technique, I will surely exceed the 1300 character limit for formula fields.
 
Considering the formula technique is not an option, I am assuming this function can be accomplished using an S-Control. However, I have no experience creating S-Controls and as such will need (prefer) to outsource this work.
 
If you are interested in creating an S-Control for this function, please contact me directly or by replying to this posting.
 
Thanks.
 
Load Data from web posted csv file to SFDC.
Must have ability to automate data loading to Contacts-Opts-Cases.
New Data will be posted daily.
competitorone@yahoo.com