• arvin
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 9
    Replies

I tried to install a package in production environment(It is not the beta version) but while installing I am getting an error like "Missing Organization Feature: PartnerNetwork"

 

Can you please suggest me a solution for this type of error and can u explain why i get this error ?

 

Awaiting kind responses

  • March 02, 2009
  • Like
  • 0

public class MyItemLookup{
    public static void updateRelease(mt__Item_Lookup__c[] item){
        for(mt__Item_Lookup__c a:item){
            a=[select mt__Item__c from mt__Item_Lookup__c where mt__Item__c=:a.mt__Item__c];
            String name='!{a.mt__Item__c}';
            MyItem.updateRel(name);
        }
    }
}

 

Is it possible to get the text value of a lookup field ?

here mt__Item__c is the lookup field..

I have a requirement to pass the text value in the lookup field

to another apex class as a String parameter.

Please let me know if there is a way to achieve this....

Message Edited by arvin on 02-03-2009 10:13 PM
  • February 04, 2009
  • Like
  • 0

public class MyItemLookup{
    public static void updateRelease(mt__Item_Lookup__c[] item){
        for(mt__Item_Lookup__c a:item){
            a=[select mt__Item__c from mt__Item_Lookup__c where mt__Item__c=:a.mt__Item__c];
            String name='!{a.mt__Item__c}';
            MyItem.updateRel(name);
        }
    }
}

 

Is it possible to get the text value of a lookup field ?

I have a requirement to pass the text value in the lookup field

to another apex class as a String parameter.

Please let me know if there is a way to achieve this....

Message Edited by arvin on 02-03-2009 09:57 PM
  • February 04, 2009
  • Like
  • 0

Hi friends,

Is there any way to update a lookup field through workflow rules ?

 

Regards,

Arvin.

  • January 29, 2009
  • Like
  • 0
How to update the value of a lookup field dynamically based on a value on some other field/based on the value of some other field in some other object ? Please help if any one is aware of this....
  • January 29, 2009
  • Like
  • 0

I wanted to make a formula field visible during editing and entering data.

Is there any possibility to accomplish this ?

Please let me know .....

  • January 23, 2009
  • Like
  • 0
I have followed all the steps given in Forcedotcom_workbookv2.pdf - tutorial 9, and i was working in eclipse 3.2 IDE
9th tutorial explains about email services even after completing the steps correctly the records are not getting updated in the Mileage tab. I get the below exception in the bounce back failure mail (i hav enabled this option to know the error)
 
mileagetracker@c-4oal1njmokdtbtwvxcmrhlw82.in.salesforce.com (reading confirmation): 554 System.StringException: Ending position out of bounds: -1  Class.EmailToApex.getFieldValue: line 11, column 16 Class.EmailToApex.handleInboundEmail: line 17, column 48
 
Please let me know what went wrong
 
  • December 08, 2008
  • Like
  • 0
Hi all,
Iam working on tutorials from Forcedotcom_workbookv2.pdf in eclipse 3.2 IDE.
As per the tutorial 8, step 1 in the above mentioned pdf file i have registered with developer sites preview
since then iam not getting the Force.com sites enabled.
Can any one pls guide me regarding this issue ....?
  • December 02, 2008
  • Like
  • 0
Iam working on tutorials from Forcedotcom_workbookv2.pdf in eclipse 3.2 IDE.
In tutorial 4:Using workflows and approvals,
I have followed each of the steps carefully but at last iam not getting the email alert
(to by email id ) as per the tutorial.
i.e i have to get an email alert if the mileage record entered has the miles field value
more than 100 and i should also get an email alert if the mileage record entered has
the miles field value more than 200(for approval) moreover in the second case if the
miles entered is more than 200 the record should not be saved. But it is also not working
it means miles more than 200 is also getting saved.
Can any of u please guide me regarding this issue....?


Message Edited by arvin on 12-02-2008 04:10 AM
  • December 02, 2008
  • Like
  • 0

Step 7: Edit Project Properties

When you created a custom object in the IDE, the project manifest was updated automatically, because the IDE was aware

that you created the object. In the previous step you created a new tab in the Web, and so the IDE didn't know of its existence.

So you need to change your project manifest to retrieve the tab. In the next step, you'll need to edit a profile, so right now

you'll edit your project manifest to retrieve the new tab you created and all profiles.

1. In the Package Explorer, right-click your project and choose Properties.

2. In the navigation tree, expand the Force.com node and click Project Content.

 

Here step 2 cannot be done because there is no node as Force.com in properties window.

  • November 24, 2008
  • Like
  • 0

public class MyItemLookup{
    public static void updateRelease(mt__Item_Lookup__c[] item){
        for(mt__Item_Lookup__c a:item){
            a=[select mt__Item__c from mt__Item_Lookup__c where mt__Item__c=:a.mt__Item__c];
            String name='!{a.mt__Item__c}';
            MyItem.updateRel(name);
        }
    }
}

 

Is it possible to get the text value of a lookup field ?

here mt__Item__c is the lookup field..

I have a requirement to pass the text value in the lookup field

to another apex class as a String parameter.

Please let me know if there is a way to achieve this....

Message Edited by arvin on 02-03-2009 10:13 PM
  • February 04, 2009
  • Like
  • 0

Hi friends,

Is there any way to update a lookup field through workflow rules ?

 

Regards,

Arvin.

  • January 29, 2009
  • Like
  • 0
How to update the value of a lookup field dynamically based on a value on some other field/based on the value of some other field in some other object ? Please help if any one is aware of this....
  • January 29, 2009
  • Like
  • 0
Hi all,
Iam working on tutorials from Forcedotcom_workbookv2.pdf in eclipse 3.2 IDE.
As per the tutorial 8, step 1 in the above mentioned pdf file i have registered with developer sites preview
since then iam not getting the Force.com sites enabled.
Can any one pls guide me regarding this issue ....?
  • December 02, 2008
  • Like
  • 0

Step 7: Edit Project Properties

When you created a custom object in the IDE, the project manifest was updated automatically, because the IDE was aware

that you created the object. In the previous step you created a new tab in the Web, and so the IDE didn't know of its existence.

So you need to change your project manifest to retrieve the tab. In the next step, you'll need to edit a profile, so right now

you'll edit your project manifest to retrieve the new tab you created and all profiles.

1. In the Package Explorer, right-click your project and choose Properties.

2. In the navigation tree, expand the Force.com node and click Project Content.

 

Here step 2 cannot be done because there is no node as Force.com in properties window.

  • November 24, 2008
  • Like
  • 0