• Varun99
  • NEWBIE
  • 50 Points
  • Member since 2012

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

Hi,

 

i have an issue with my sharing setthing.

 

Background:

 

You can see my roles settings :

 

I have a B2B France Agent who created an Account A and a Contact C so far no problem.

But here my ORGANIZATION IDE SHARING :

 

Account is Private and Contact is Controlled by Parent;

 

Now my B2B China Agent have to work with the same contact (because each team are not seeling the same kind of product.)

The strange fact is that my B2B China agent is able to see the Conctact C created by the B2B France Agent. It's look svery weird because the setting is set as "Private".

 

Now i'm looking for the best way to allow my B2B China  Agent to work with the same contact but these agent can't see the opportunity or work of each other .

 

Sincerely,

 

Antony

Hi,

 

   I have designed a visual force page contains input picklist fields and assigned active home page this vf page

But in sites input fields not displaying in my site. How to solve my problem? Is there any settings? i have given all permissions like object, fields.... Can any one help me

 

Thank you

Hi,

 

 I hvave designed a VF page same as Edit opportunity page. And i have a button called "CBTN" , How to enable command button when select opportunity stage "Closed-Won" ohter wise it will disable mode.

 

My Page override with opportunity detail page edit button already record saved with stage name "Closed-Won" buttonautomatic enable when page load? 

I am using java script for button enable.but stage has action support for automatic probality how to include artomatic probablity also in java script.

 

Below is my script

<apex:includeScript value="{!URLFOR($Resource.Jqueryui18, 'js/jquery-1.7.1.min.js')}" />
<apex:includeScript value="{!URLFOR($Resource.Jqueryui18, 'js/jquery-ui-1.8.18.custom.min.js')}" />
<apex:stylesheet value="{!URLFOR($Resource.Jqueryui18,'css/smoothness/jquery-ui-1.8.18.custom.css')}"/>
<script type="text/javascript">
var $ = jQuery.noConflict();
$(document).ready(function()
{
//alert('gdhgh');
$("input[id$=':cbtn']").attr("disabled", "disabled");
});
function checkEnableSubmit(value)
{
//alert('wwwwwwww');
if (value=='6. Started Trading - Closed Won')
{
//alert('ddddddd');
$("input[id$=':cbtn']").removeAttr("disabled");
$("input[id$=':cbtn']").css("color","Black");
$("input[id$=':cbtn']").css("Cursor","pointer");
}
else
{
$("input[id$=':cbtn']").attr("disabled", "disabled");
$("input[id$=':cbtn']").css("color","gray");
}
}
</script>

 

 

Can any one help me? how to write java script for button enable and automatic  probability when stage select.

 

 

Thank you

 

 

 

 

<apex:actionregion >
<apex:inputField value="{!opp.stagename}"  onchage=" checkEnableSubmit()"> 
<apex:actionSupport onchage=" " /> </apex:inputfield>
</apex:actionregion>

 

 

 <apex:inputField value="{!opp.Probability}" id="probability"></apex:inputfield>

 

 

Hi,

 

 

 How to disable command button based on opportunity stage name.

 

My requirement is i have designed a visual force page same as stadard edit oppotunity page i have command custom button like "Sign-up" when select stage "Closed-won" enable "sign-up" button and click on sign up it will redirect to other page. other wise button disable even page load first check stage name withoout "Closed-won" button disable only.

 

 

Can nay one help?

 

 

Thank you

 

Hi,

 

      How to achieve this?

 

                      I want to add custom profiles(salesforce licence)  unmanaged package when i uploaded package will show profiles in components. But when in install package in other organization profiles will not appear.

am checking my Developer account. Is there any limits for developer account? adding profilesetting to package it will display one note like:

 

NOTE: Profile Settings include object permissions, field-level security, and layouts, that map to the installer's selected profiles during installation. The profile itself will not be installed.  

 

 

any one suggest any idea?

 

Thank you

Hello,

 

       I am creating a unmanaged package with vf page and clasess and also i have 3 custom profiles on salesforce licence

these 3 profiles adding package but when i install this package profile not installed how can i add custom profiles to my package? can any one help?

 

 

Thank you

Hi

 

    How to send  time dependent workflow email alert when a record is created based on birth day every year that particular date will it fire? shall i use workflows time trigger? I have created a formula field like day, month of birthday field and yea is current year for example birthday field is "03-02-1983" the formula field returns "03-02-2013" but work flow schedule that month but current mont is may,2013 how to schedule future?

 

Help me

 

Thank you

Hello,

 

 

   How to display renderas="pdf" visual force page in A5 size am using like

 

<head>
<style>
@page :first
{
size:landscape;
margin-top:0%;
@top-center
{
content: element(header2);
}
}
@page
{
size:landscape;
margin-top:18%;
}
</style>

</head>

 

Is it correct way to set size in A5 page?

 

Can any one help?

 

 

Thank you

 

 

Hi,

 

 

How to compare datetime field with date in soql. my requrement is i have a datetime field in my object

am querying all records with compare that field with date.today() but am not getting any record

Hello,

 

 

       Any body know that opportunity related list "Activity history" button has "Send an Email" click on this button it will redirect to email page here TO look up to contacts Shall i filter those contacts? my requirement is only it will show opportunty-->account related contacts. Is it possible to filter the look up field? where it is located activity object or contacts?

 

 

Thank you

 

 

 

 

Hi 

 

 Am created a visual force page to genarate records in csv format am using apex page tag like

 

<apex:page standardController="Case" extensions="CasesController" sidebar="false" showheader="false" recordSetVar="cases" cache="true" contentType="text/csv#Export.csv" language="en-US">

 

 

But am getting csv file like :

 

 

<script> if(!window.sfdcPage){window.sfdcPage = new ApexPage();}
UserContext.initialize({"networkId":"" locale:"en_US" labelLastModified:"1367417886000" isDefaultNetwork:true today:"5/24/2013 11:00 AM" timeFormat:"h:mm a" userPreferences:[{"index":112 name:"HideInlineEditSplash" value:false} {"index":114 name:"OverrideTaskSendNotification" value:false} {"index":115 name:"DefaultTaskSendNotification" value:false} {"index":119 name:"HideUserLayoutStdFieldInfo" value:false} {"index":116 name:"HideRPPWarning" value:false} {"index":87 name:"HideInlineSchedulingSplash" value:false} {"index":88 name:"HideCRUCNotification" value:false} {"index":89 name:"HideNewPLESplash" value:false} {"index":90 name:"HideNewPLEWarnIE6" value:false} {"index":122 name:"HideOverrideSharingMessage" value:false} {"index":91 name:"HideProfileILEWarn" value:false} {"index":93 name:"HideProfileElvVideo" value:false} {"index":97 name:"ShowPicklistEditSplash" value:false} {"index":92 name:"HideDataCategorySplash" value:true} {"index":128 name:"ShowDealView" value:false} {"index":129 name:"HideDealViewGuidedTour" value:false} {"index":132 name:"HideKnowledgeFirstTimeSetupMsg" value:false} {"index":104 name:"DefaultOffEntityPermsMsg" value:false} {"index":135 name:"HideNewCsnSplash" value:false} {"index":101 name:"HideBrowserWarning" value:true} {"index":139 name:"HideDashboardBuilderGuidedTour" value:true} {"index":140 name:"HideSchedulingGuidedTour" value:false} {"index":180 name:"HideReportBuilderGuidedTour" value:true} {"index":183 name:"HideAssociationQueueCallout" value:true} {"index":194 name:"HideQTEBanner" value:false} {"index":193 name:"HideChatterOnboardingSplash" value:true} {"index":195 name:"HideSecondChatterOnboardingSplash" value:false} {"index":270 name:"HideIDEGuidedTour" value:true} {"index":282 name:"HideQueryToolGuidedTour" value:false} {"index":196 name:"HideCSIGuidedTour" value:true} {"index":271 name:"HideFewmetGuidedTour" value:false} {"index":272 name:"HideEditorGuidedTour" value:true} {"index":205 name:"HideApexTestGuidedTour" value:false} {"index":206 name:"HideSetupProfileHeaderTour" value:true} {"index":207 name:"HideSetupProfileObjectsAndTabsTour" value:true} {"index":213 name:"DefaultOffArticleTypeEntityPermMsg" value:false} {"index":214 name:"HideSelfInfluenceGetStarted" value:true} {"index":215 name:"HideOtherInfluenceGetStarted" value:true} {"index":216 name:"HideFeedToggleGuidedTour" value:false} {"index":268 name:"ShowChatterTab178GuidedTour" value:false} {"index":275 name:"HidePeopleTabDeprecationMsg" value:false} {"index":276 name:"HideGroupTabDeprecationMsg" value:false} {"index":222 name:"TouchExternalLinkReminderSuppression" value:false} {"index":224 name:"HideUnifiedSearchGuidedTour" value:true} {"index":226 name:"ShowDevContextMenu" value:true} {"index":227 name:"HideWhatRecommenderForActivityQueues" value:false} {"index":228 name:"HideLiveAgentFirstTimeSetupMsg" value:false} {"index":232 name:"HideGroupAllowsGuestsMsgOnMemberWidget" value:true} {"index":233 name:"HideGroupAllowsGuestsMsg" value:true} {"index":234 name:"HideWhatAreGuestsMsg" value:true} {"index":235 name:"HideNowAllowGuestsMsg" value:true} {"index":236 name:"HideSocialAccountsAndContactsGuidedTour" value:true} {"index":237 name:"HideAnalyticsHomeGuidedTour" value:true} {"index":238 name:"ShowQuickCreateGuidedTour" value:false} {"index":245 name:"HideFilePageGuidedTour" value:true} {"index":250 name:"HideForecastingGuidedTour" value:false} {"index":242 name:"TouchHideOptoutHover" value:false} {"index":251 name:"HideBucketFieldGuide" value:false} {"index":263 name:"HideSmartSearchCallOut" value:true} {"index":265 name:"HideSocialProfilesKloutSplashScreen" value:true} {"index":273 name:"ShowForecastingQuotaAttainment" value:false} {"index":280 name:"HideForecastingQuotaColumn" value:false} {"index":301 name:"HideManyWhoGuidedTour" value:false} {"index":284 name:"HideExternalSharingModelGuidedTour" value:false} {"index":298 name:"HideFileSyncBannerMsg" value:false} {"index":299 name:"HideTestConsoleGuidedTour" value:false} {"index":300 name:"HideNetworkSetupOverlayGettingStarted" value:false} {"index":302 name:"HideManyWhoInlineEditTip" value:false} {"index":303 name:"HideSetupV2WelcomeMessage" value:false}] orgPreferences:[{"index":257 name:"TabOrganizer" value:true}] startOfWeek:"1" isAccessibleMode:false ampm:["AM" PM] renderMode:"RETRO" userId:"005900000015jO6" dateTimeFormat:"M/d/yyyy h:mm a" dateFormat:"M/d/yyyy" uiSkin:"Theme3" language:"en_US" siteUrlPrefix:""});
</script><div class="apexp"><div class="individualPalette"><div class="caseBlock"><div id="j_id0:j_id1" class="bPageBlock brandSecondaryBrd apexDefaultPageBlock secondaryPalette"><div class="pbBody"><table class="list " id="j_id0:j_id1:j_id2" border="0" cellpadding="0" cellspacing="0"><colgroup span="3"></colgroup><thead class="rich-table-thead"><tr class="headerRow "><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id3header"><div id="j_id0:j_id1:j_id2:j_id3header:sortDiv">Case Number</div></th><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id4header"><div id="j_id0:j_id1:j_id2:j_id4header:sortDiv">Subject</div></th><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id5header"><div id="j_id0:j_id1:j_id2:j_id5header:sortDiv">Priority</div></th></tr></thead><tbody id="j_id0:j_id1:j_id2:tb"><tr class="dataRow even first " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id6">00001046</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id7">gmail</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id8">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:1:j_id9">00001050</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:1:j_id10">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:2:j_id11">00001055</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:2:j_id12">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id13">00001035</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id14">Valuable case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id15">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:4:j_id16">00001041</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:4:j_id17">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id18">00001029</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id19">Hi</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id20">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:6:j_id21">00001053</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:6:j_id22">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id23">00001039</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id24">transform</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id25">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id26">00001015</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id27">Frequent mechanical breakdown</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id28">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id29">00001024</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id30">Design issue with mechanical rotor</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id31">Medium</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id32">00001030</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id33">salesteam</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id34">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:11:j_id35">00001045</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:11:j_id36">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:12:j_id37">00001054</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:12:j_id38">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:13:j_id39">00001049</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:13:j_id40">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id41">00001033</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id42">Newcase</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id43">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id44">00001036</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id45">sales force case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id46">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:16:j_id47">00001051</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:16:j_id48">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id49">00001031</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id50">New case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id51">Low</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id52">00001032</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id53">(#76287352) Gmail Forwarding Confirmation - Receive Mail from suresh.advanz@gmail.com</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id54">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:19:j_id55">00001043</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:19:j_id56">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:20:j_id57">00001052</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:20:j_id58">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id59">00001016</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id60">installation</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id61">Medium</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:22:j_id62">00001056</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:22:j_id63">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:23:j_id64">00001047</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:23:j_id65">High</span></td></tr><tr class="dataRow even last " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:24:j_id66">00001044</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:24:j_id67">High</span></td></tr></tbody></table></div><div class="pbFooter secondaryPalette"><div class="bg"></div></div></div></div></div></div>

 

 

 

 

 

 

Anybody can help?

 

 

Thanks

 

Hello,

 

 

Anybody explain about the following 

 

1)difference beteen products and opportunity products?

 

2) when adding procuts to opportunity internal process?

 

My requirement is send an email alert using work flows when opprtunity first time modified check it has products only

 

How to check? using workflow formula?

 

Thank you

 

Hi,

 

How to change owner(assigning one user) when a record is create after record created when the changed user modify first time the record owner change to created user(who creates the user)? IS it possible using triggers?

 

Any one can explain?

 

 

Thank you.

Hi,

 

 

Is it possible to pagination on field tracking historyobject am using standard set controller but am getting this visualforce error

 

"List controllers are not supported for Product_Table__History"

 

my standard set controller

 

 

public ApexPages.StandardSetController fiopagnation
{
get {
if(fiopagnation== null) {
fiopagnation= new ApexPages.StandardSetController(Database.getQueryLocator([Select ID,createddate,parentid,CreatedById,CreatedBy.Name,Field, OldValue, NewValue from Product_Table__History where parentid=:productid ORDER BY CreatedDate DESC]));
// sets the number of records in each page set
fiopagnation.setPageSize(20);
}
return fiopagnation;
}
set;
}
public list<Product_Table__History> categories=new list<Product_Table__History>();
public List<Product_Table__History> getCategories()
{
categories = new List<Product_Table__History>();
for (Product_Table__History category : (List<Product_Table__History>)fiopagnation.getRecords())
categories.add(category);
return categories;
}

 

Is it possible to set pagination for history object adding wraper class?

 

Thank you

Hi,

 

 

How to query on field history object in vf page? i have an object Product_table__c enabled for field tracking for one field

and am getting record id how to know history object API name?

 

Any one help me

 

 

Thank you

Hi,

 

 Anybody explain am stuck to integrate salesforce with magento am passing parameters using http callout

this is my code am getting this response like :

 

oauth_problem=parameter_absent&oauth_parameters_absent=oauth_consumer_key

 

 

public void resp()
{
http H=new http();
HttpRequest req = new HttpRequest();
//String url= 'http://advaanz.com/magentoapitest/oauth/initiate';
req.setEndpoint('http://advaanz.com/magentoapitest/oauth/initiate');
//string Stringval='OAuth oauth_callback="'+EncodingUtil.urlEncode('https://c.ap1.visual.force.com/apex/megentoapi', 'UTF-8')+'",oauth_consumer_key="6nuzyesqo16saelvdazlodjvknurc2wh",oauth_consumer_secret="5fqgg8xrv9rvt88kz9o31bbe55zw6896"';

string Stringval='OAuth realm="http://advaanz.com/",oauth_consumer_key="6nuzyesqo16saelvdazlodjvknurc2wh",oauth_nonce="15ZN8FFR1700UQ6O",oauth_signature_method="HMAC-SHA1",oauth_timestamp="1367319400",oauth_version="1.0",oauth_signature="4mphBg8VgYCV%2BeMIIMdZ%2BgD%2F6eM%3D"';
req.setMethod('POST');
req.setHeader('Content-length', '1753' );
req.setHeader('Content-Type', 'text/xml;charset=UTF-8');
string bVal=EncodingUtil.Base64Encode(blob.valueof(Stringval));
String authorizationHeader =bval;
req.setHeader('Authorization',bVal);
req.setbody('');
//req.setHeader('Accept','');
//req.setHeader('Host','api.magento.com');
req.setTimeout(50000);
HttpResponse res =h.send(req);
TestVal=res.getbody();
}

 

can any one explain how to integrate maganto using apex code?

 

Thankyou

 

Hi,

 

    Any one can help? How to integrate msalesforce with megento using apex code(Rest API's)

Can any one give sample code. without using any apps is it possible to integrate megento?

 

 

Thanks in advance. 

Hi,

 

In my visualforce page displayed records with pagination and  "edit" command link when i click on edit button

it will go to standard record edit mode when i cancel/save it will back to current page number but i have back to first page number.how to pass page number in pagereference?

 

Can any one help me?

 

Thank you 

Hi,

 

I got response using pagereference using url. But how to parse the report data foldername,name ,url,description

Can any one help?

 

This is my response

 

<?xml version="1.0" ?> <result> <report foldername="My Personal Custom Reports" name="111111111"><id>00O90000002kwNQ</id><url><![CDATA[00O90000002kwNQ?isExcel=1]]></url><isPublic>false</isPublic></report> <report foldername="My Personal Custom Reports" name="111111111111"><id>00O90000002lJ1Y</id><url><![CDATA[00O90000002lJ1Y?isExcel=1]]></url><isPublic>false</isPublic></report> <report foldername="My Personal Custom Reports" name="123"><id>00O90000002kwEX</id><url><![CDATA[00O90000002kwEX?isExcel=1]]></url><isPublic>false</isPublic></report> <report foldername="My Personal Custom Reports" name="1w2222"><id>00O90000002kwVZ</id><url><![CDATA[00O90000002kwVZ?isExcel=1]]></url><isPublic>false</isPublic></report> <report foldername="My Personal Custom Reports" name="a"><id>00O90000002nREE</id><url><![CDATA[00O90000002nREE?isExcel=1]]></url><isPublic>false</isPublic></report> 

 </result>

Thank you

 

Hi,

 

 

How to write test coverage for static methods how to pass parentid and body? Can any one help?

 

public class Helper_Chatter {

public static void notifyAdmin(String text){
User u = [select id from User limit 1];
FeedItem post = new FeedItem();
post.ParentId = u.Id;
post.Body = text;
insert post;
}

public static void notifyUser(Id userId, String text){
FeedItem post = new FeedItem();
post.ParentId = userId;
post.Body = text;
insert post;
}

public static FeedItem createPost(Id id, String text){
FeedItem post = new FeedItem();
post.ParentId = id;
post.Body = text;
return post;
}

static testMethod void testNotify()
{

Id id = [select id from user limit 1].id;
Helper_Chatter.notifyAdmin('test');
Helper_Chatter.notifyUser(id,'test');
Helper_Chatter.createPost(id,'test');
FeedItem p = new FeedItem();
p.ParentId = Id;
p.Body = 'text';
insert p;
}

}

 

Thank you

Hello All,

 

        How to redirect to record edit page from visual force page and when i click cancel button in edit record(redirect to object record)it return back to visual force page my page had pagination.

 

For example am in 5th page one record edit it will redirect object record edit when i click on cancel

it will back to same 5th page. How to redirect?

 

 

Can any one explain?

 

Thanks 

Hi,

 

   I have designed a visual force page contains input picklist fields and assigned active home page this vf page

But in sites input fields not displaying in my site. How to solve my problem? Is there any settings? i have given all permissions like object, fields.... Can any one help me

 

Thank you

Hi,

 

 

 How to disable command button based on opportunity stage name.

 

My requirement is i have designed a visual force page same as stadard edit oppotunity page i have command custom button like "Sign-up" when select stage "Closed-won" enable "sign-up" button and click on sign up it will redirect to other page. other wise button disable even page load first check stage name withoout "Closed-won" button disable only.

 

 

Can nay one help?

 

 

Thank you

 

Hello,

 

       I am creating a unmanaged package with vf page and clasess and also i have 3 custom profiles on salesforce licence

these 3 profiles adding package but when i install this package profile not installed how can i add custom profiles to my package? can any one help?

 

 

Thank you

Hello,

 

         My requirement is display records in visual force page side by side.

 

for example :

 

                      record1                     record2

                        link                              link

 

                      record3                     record4

                        link                              link

 

                       record5                     record6

                        link                              link

 

 

Here link is a command link or output link. How to display records in visual force page?

 

Any one help me?

 

 

 

  • May 27, 2013
  • Like
  • 0

Hello,

 

 

   How to display renderas="pdf" visual force page in A5 size am using like

 

<head>
<style>
@page :first
{
size:landscape;
margin-top:0%;
@top-center
{
content: element(header2);
}
}
@page
{
size:landscape;
margin-top:18%;
}
</style>

</head>

 

Is it correct way to set size in A5 page?

 

Can any one help?

 

 

Thank you

 

 

Hello,

 

 

       Any body know that opportunity related list "Activity history" button has "Send an Email" click on this button it will redirect to email page here TO look up to contacts Shall i filter those contacts? my requirement is only it will show opportunty-->account related contacts. Is it possible to filter the look up field? where it is located activity object or contacts?

 

 

Thank you

 

 

 

 

Hi 

 

 Am created a visual force page to genarate records in csv format am using apex page tag like

 

<apex:page standardController="Case" extensions="CasesController" sidebar="false" showheader="false" recordSetVar="cases" cache="true" contentType="text/csv#Export.csv" language="en-US">

 

 

But am getting csv file like :

 

 

<script> if(!window.sfdcPage){window.sfdcPage = new ApexPage();}
UserContext.initialize({"networkId":"" locale:"en_US" labelLastModified:"1367417886000" isDefaultNetwork:true today:"5/24/2013 11:00 AM" timeFormat:"h:mm a" userPreferences:[{"index":112 name:"HideInlineEditSplash" value:false} {"index":114 name:"OverrideTaskSendNotification" value:false} {"index":115 name:"DefaultTaskSendNotification" value:false} {"index":119 name:"HideUserLayoutStdFieldInfo" value:false} {"index":116 name:"HideRPPWarning" value:false} {"index":87 name:"HideInlineSchedulingSplash" value:false} {"index":88 name:"HideCRUCNotification" value:false} {"index":89 name:"HideNewPLESplash" value:false} {"index":90 name:"HideNewPLEWarnIE6" value:false} {"index":122 name:"HideOverrideSharingMessage" value:false} {"index":91 name:"HideProfileILEWarn" value:false} {"index":93 name:"HideProfileElvVideo" value:false} {"index":97 name:"ShowPicklistEditSplash" value:false} {"index":92 name:"HideDataCategorySplash" value:true} {"index":128 name:"ShowDealView" value:false} {"index":129 name:"HideDealViewGuidedTour" value:false} {"index":132 name:"HideKnowledgeFirstTimeSetupMsg" value:false} {"index":104 name:"DefaultOffEntityPermsMsg" value:false} {"index":135 name:"HideNewCsnSplash" value:false} {"index":101 name:"HideBrowserWarning" value:true} {"index":139 name:"HideDashboardBuilderGuidedTour" value:true} {"index":140 name:"HideSchedulingGuidedTour" value:false} {"index":180 name:"HideReportBuilderGuidedTour" value:true} {"index":183 name:"HideAssociationQueueCallout" value:true} {"index":194 name:"HideQTEBanner" value:false} {"index":193 name:"HideChatterOnboardingSplash" value:true} {"index":195 name:"HideSecondChatterOnboardingSplash" value:false} {"index":270 name:"HideIDEGuidedTour" value:true} {"index":282 name:"HideQueryToolGuidedTour" value:false} {"index":196 name:"HideCSIGuidedTour" value:true} {"index":271 name:"HideFewmetGuidedTour" value:false} {"index":272 name:"HideEditorGuidedTour" value:true} {"index":205 name:"HideApexTestGuidedTour" value:false} {"index":206 name:"HideSetupProfileHeaderTour" value:true} {"index":207 name:"HideSetupProfileObjectsAndTabsTour" value:true} {"index":213 name:"DefaultOffArticleTypeEntityPermMsg" value:false} {"index":214 name:"HideSelfInfluenceGetStarted" value:true} {"index":215 name:"HideOtherInfluenceGetStarted" value:true} {"index":216 name:"HideFeedToggleGuidedTour" value:false} {"index":268 name:"ShowChatterTab178GuidedTour" value:false} {"index":275 name:"HidePeopleTabDeprecationMsg" value:false} {"index":276 name:"HideGroupTabDeprecationMsg" value:false} {"index":222 name:"TouchExternalLinkReminderSuppression" value:false} {"index":224 name:"HideUnifiedSearchGuidedTour" value:true} {"index":226 name:"ShowDevContextMenu" value:true} {"index":227 name:"HideWhatRecommenderForActivityQueues" value:false} {"index":228 name:"HideLiveAgentFirstTimeSetupMsg" value:false} {"index":232 name:"HideGroupAllowsGuestsMsgOnMemberWidget" value:true} {"index":233 name:"HideGroupAllowsGuestsMsg" value:true} {"index":234 name:"HideWhatAreGuestsMsg" value:true} {"index":235 name:"HideNowAllowGuestsMsg" value:true} {"index":236 name:"HideSocialAccountsAndContactsGuidedTour" value:true} {"index":237 name:"HideAnalyticsHomeGuidedTour" value:true} {"index":238 name:"ShowQuickCreateGuidedTour" value:false} {"index":245 name:"HideFilePageGuidedTour" value:true} {"index":250 name:"HideForecastingGuidedTour" value:false} {"index":242 name:"TouchHideOptoutHover" value:false} {"index":251 name:"HideBucketFieldGuide" value:false} {"index":263 name:"HideSmartSearchCallOut" value:true} {"index":265 name:"HideSocialProfilesKloutSplashScreen" value:true} {"index":273 name:"ShowForecastingQuotaAttainment" value:false} {"index":280 name:"HideForecastingQuotaColumn" value:false} {"index":301 name:"HideManyWhoGuidedTour" value:false} {"index":284 name:"HideExternalSharingModelGuidedTour" value:false} {"index":298 name:"HideFileSyncBannerMsg" value:false} {"index":299 name:"HideTestConsoleGuidedTour" value:false} {"index":300 name:"HideNetworkSetupOverlayGettingStarted" value:false} {"index":302 name:"HideManyWhoInlineEditTip" value:false} {"index":303 name:"HideSetupV2WelcomeMessage" value:false}] orgPreferences:[{"index":257 name:"TabOrganizer" value:true}] startOfWeek:"1" isAccessibleMode:false ampm:["AM" PM] renderMode:"RETRO" userId:"005900000015jO6" dateTimeFormat:"M/d/yyyy h:mm a" dateFormat:"M/d/yyyy" uiSkin:"Theme3" language:"en_US" siteUrlPrefix:""});
</script><div class="apexp"><div class="individualPalette"><div class="caseBlock"><div id="j_id0:j_id1" class="bPageBlock brandSecondaryBrd apexDefaultPageBlock secondaryPalette"><div class="pbBody"><table class="list " id="j_id0:j_id1:j_id2" border="0" cellpadding="0" cellspacing="0"><colgroup span="3"></colgroup><thead class="rich-table-thead"><tr class="headerRow "><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id3header"><div id="j_id0:j_id1:j_id2:j_id3header:sortDiv">Case Number</div></th><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id4header"><div id="j_id0:j_id1:j_id2:j_id4header:sortDiv">Subject</div></th><th class="headerRow " scope="col" colspan="1" id="j_id0:j_id1:j_id2:j_id5header"><div id="j_id0:j_id1:j_id2:j_id5header:sortDiv">Priority</div></th></tr></thead><tbody id="j_id0:j_id1:j_id2:tb"><tr class="dataRow even first " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id6">00001046</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id7">gmail</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:0:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:0:j_id8">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:1:j_id9">00001050</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:1:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:1:j_id10">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:2:j_id11">00001055</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:2:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:2:j_id12">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id13">00001035</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id14">Valuable case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:3:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:3:j_id15">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:4:j_id16">00001041</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:4:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:4:j_id17">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id18">00001029</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id19">Hi</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:5:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:5:j_id20">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:6:j_id21">00001053</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:6:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:6:j_id22">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id23">00001039</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id24">transform</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:7:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:7:j_id25">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id26">00001015</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id27">Frequent mechanical breakdown</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:8:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:8:j_id28">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id29">00001024</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id30">Design issue with mechanical rotor</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:9:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:9:j_id31">Medium</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id32">00001030</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id33">salesteam</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:10:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:10:j_id34">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:11:j_id35">00001045</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:11:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:11:j_id36">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:12:j_id37">00001054</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:12:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:12:j_id38">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:13:j_id39">00001049</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:13:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:13:j_id40">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id41">00001033</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id42">Newcase</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:14:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:14:j_id43">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id44">00001036</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id45">sales force case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:15:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:15:j_id46">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:16:j_id47">00001051</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:16:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:16:j_id48">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id49">00001031</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id50">New case</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:17:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:17:j_id51">Low</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id52">00001032</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id53">(#76287352) Gmail Forwarding Confirmation - Receive Mail from suresh.advanz@gmail.com</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:18:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:18:j_id54">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:19:j_id55">00001043</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:19:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:19:j_id56">High</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:20:j_id57">00001052</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:20:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:20:j_id58">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id59">00001016</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id4" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id60">installation</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:21:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:21:j_id61">Medium</span></td></tr><tr class="dataRow even " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:22:j_id62">00001056</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:22:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:22:j_id63">High</span></td></tr><tr class=" dataRow odd " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:23:j_id64">00001047</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:23:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:23:j_id65">High</span></td></tr><tr class="dataRow even last " onmouseover="if (window.hiOn){hiOn(this);} " onmouseout="if (window.hiOff){hiOff(this);} " onBlur="if (window.hiOff){hiOff(this);}" onFocus="if (window.hiOn){hiOn(this);}"><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id3" colspan="1"><span id="j_id0:j_id1:j_id2:24:j_id66">00001044</span></td><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id4" colspan="1"></td><td class="dataCell " id="j_id0:j_id1:j_id2:24:j_id5" colspan="1"><span id="j_id0:j_id1:j_id2:24:j_id67">High</span></td></tr></tbody></table></div><div class="pbFooter secondaryPalette"><div class="bg"></div></div></div></div></div></div>

 

 

 

 

 

 

Anybody can help?

 

 

Thanks

 

Hello,

 

 

Anybody explain about the following 

 

1)difference beteen products and opportunity products?

 

2) when adding procuts to opportunity internal process?

 

My requirement is send an email alert using work flows when opprtunity first time modified check it has products only

 

How to check? using workflow formula?

 

Thank you

 

Hi,

 

How to change owner(assigning one user) when a record is create after record created when the changed user modify first time the record owner change to created user(who creates the user)? IS it possible using triggers?

 

Any one can explain?

 

 

Thank you.

Hi,

 

 

How to query on field history object in vf page? i have an object Product_table__c enabled for field tracking for one field

and am getting record id how to know history object API name?

 

Any one help me

 

 

Thank you

Hello,

 

Integrating salesforce with twitter through apex code am facing error like

 

"Failed to validate oauth signature and token"

 

 

Am passing twitter Oauth token, secretkey... in string format like

 

string Stringval='Oauth_callback="'+EncodingUtil.urlEncode('https://c.ap1.visual.force.com/apex/twitterForcepage';, 'UTF-8')+'",oauth_consumer_key="eIGzjmMGeclmpSzxmjnKhQ", oauth_nonce="3de317379683f90d4f80da8879472036", oauth_signature="fiyY68Llzy2yREjUeJw0o%2Fdqcns%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1365504459", oauth_token="354671694-MrReLR18pmpDZulKaRVZR3CifKpI9ZFo1XUofyJn", oauth_version="1.0"';

 

string bVal=EncodingUtil.Base64Encode(blob.valueof(Stringval)); 
String authorizationHeader = 'Bearer :' + bval;
req.setHeader('Authorization',bVal);

 

 

How to integrate salesforce with twitter through apex? how to authenticate with twitter? or acess responce from twitter?

 

Can anyone suggest my issue where it is problem?




Thank you

i want to create a new unmanaged package,in which i want to add one Custom Profile created by me.

So how can i add that in to package.

Any idea will help me?

 

Thanks

 

Anil

Hi,

 

I am trying to include two custom profile settings into my managed - beta package components. I am unable to do so. When I have added the custom profile setting to the components of the package it says 'N/A' in 'Available in Versions' column next to the two custom profile setting entries.

 

Are we allowed to include Profile Setting into packages and use them to get installed with the package in other orgs?

 

Thanks