• Arun K
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 1
    Likes Given
  • 124
    Questions
  • 126
    Replies
I keep getting the "Challenge Not yet Complete......... Here's whats wrong"
Lightning page named 'New Account Page' does not appear to have the correct components on it.

The new record page must use the 'Header and Two Columns' template, be called 'New Account Page', and be assigned to the Account object. (Check this is done)
The page must have the Highlights Panel and Twitter components, and a Tabs component with these tabs containing these components: (Check this is done)
Activity Tab contains the Activities Component - Complete
Collaborate Tab contains the Feed Component - Complete
Related Tab contains the Related Lists Component - Complete
Details Tab contains the Record Detail Component - Compelte

Here is a screen shot, I believe I have all the items I am supposed to as well as what goes inside the components.
User-added image
HI,

I am looking to add Territories Satndard Object in Sandbox Template.
So that I can refresh territories from production to sandbox.

At present I cannot see territory object while adding Sandbox Template
HI,

I have a requirement where I need to render component from visualforce remoting.

If I would have used actionsupport instead of visualforce remoting, I can use rerender attribute to render certain pageblock.
I am wondering how to render pageblock on click of javascrip remoting value

I am trying to write the test class.

 

In that I have below line

"public static Id acid {get;set;}"

 

which needs to be covered.

 

Please help me in covering the line.

 

Thanks in advacne

Arun K

Hi,

 

I am looking to show Salesforce data in ESRI maps.

 

Please guide me if anybody had previously managed to do that.

 

 

HI,

 

        I am reterving all the records from product object into a visualforce page and displaying it as in table format.

 

      In that table product names is there i need hyperlink for that product names how can i get this, when i click on that product name it should be display a mini visualforce page in that visualforce page how can i achieve this.

Hi,

 

I am trying to show Pop-Up when I click a button.

 

I need to have button So that I can click button in Pop-Up to do some action.

 

Any Links will be appreciated..

Hi All.

 

Can someone help me this issue?

 

I have a map of OpportunityLineItem in my Controller Extension (the Standard Controller for the VF is Opportunity).

 

In my VF I have a table that is built iterating tru the map values, each cell has na inputField that references the Quantity field for the current OpportunityLineItem, those inputFields are rendered correctly, they show their values and so on...

 

The problem occur when I try to save some changes I had made with those values, the values inserted/changed are not being submitted.

 

Does anyone have any idea of how to solve it? 

 

Thanks in advance!

HI,

I have a scenario where I need to first filter Region then filter District which are in drop-down list and If I select District from drop-down I need to display that particular district's Terriotries in pageblocktable as records.

 

 

Please suggest any Ideas.

I have a requirement where I need to have 3 dropdown and when I click USA, In the second dropdown I need to have relevant District Options and when I select Any particualt District I need to get respective Territories.

 

Please advice me the model and what I need to do to achieve this.

 

Thanks

Arun K

I want to display my Organisation's Territory Hierarchy in Visualforce page.

 

Please guide me in achieving this.

I am exporting data from reports and I am getting comma(,) instead of dot(.) for number columns.

 

Please tell me what should I do to get dot as seperator.

I am running into Too many SOQL queries error..

I know that there is soql inside for loop which is causing the problem.

How to change So that I cannot get "Too many SOQL queries"

 

 

 

public with sharing class Create_pass {
public list<user> usr;
public void create_password() {
List<User> userList = new List<User>();

userList = [SELECT Id,alias,Email,Territory_Id__c,Pass__c,title from User  ];
for (User u : userList)
{
System.setPassword(u.Id,u.Territory_Id__c);
System.debug('DONE: '+ u.Id);

}

}

}

Can I migrate UserTerriotry from Full-copy sandbox to Production.

 

If Yes, please help me.

 

I have users with identical salesforce id's but not identical for Terriotry in Full-Copy and Production.

 

Please help me.?

I got production, fullcopy sandbox.

 

I created users in production and created full copy sandbox and then created territory hiererchy in Production..

 

Now when i see in production I can see User,territory in production and only users in Fullcopy sandbox.

 

 

Now  need to create account fields,custom object,account data..where should I do..?

I am confused what to do with territory that i created in production.

I need to get in Full copy..If not possible , what is the best practices from nowonwards...

I have a Vf page where I have pageblocktable of Account with checkbox.

In account I have  'doctype' field whose values could be 'hyp' or 'wel' or 'hyp and wel'

 

I have a 'reptype' field in User object suppose 'hyp'

 

In pageblocktable I need checkbox to be disabled according to rep type.

 

For ex,

 

1----If user reptype is 'hyp only', then disable accounts with value 'hype + wel' and 'hyp heavy'

2----If user reptype is 'wel', then disable accounts with value 'wel heavy' and 'well + hype'