• springever
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
Hi All,

Here is my business requirement.

I want to integrate Salesforce with Oracle EBS and need help.when the data is changed in salesforce,the data is changed too in oracle ebs system.in contrast,when the data is changed in oracle ebs system,the data is changed too in salesforce.How i do ?

Please help me.
regards
spring

When create an object Contact, there're 2 record type: type 1 and type 2 for page layout. Hope to fulfill the following setting:

If choose type1, the page will turn to the default page layout;

If choose type2, the page will turn to self-develop screen.

How to make this setting? Thanks.

 

Different picklist values dependingon user input.

 

Hi,

 

I have a requirement in which i will have to display different picklist values  depending on the value selected by user in a lookup field.

Picklist values from  lookup selceted values.

 eg:bank's name is A  input,picklist values is aa and aaa.

         bank's name is B  input,picklist values is bb and bbb.

 

Any idea , how this can be achieved .

 

Thanks in advance

 

 

 

例如:

客户表中建立了3条数据:

银行名 客先名 中国银行 上海分行 中国银行 北京分行 中国人民银行

南京分行

 

现在新开发一个画面,拜访登录画面,拜访登录画面中画面如下所示

銀行名
客先名

- None -

 

银行名是银行表中的数据,例如我选择中国银行,那么客先名中的数据就显示客户表中的客先名的上海分行和北京分行。

如果银行名选择中国人民银行,那么客先名就显示南京分行。

 

请问在拜访登录画面中选择银行名后,怎么触发事件,让客先名中下拉列表值因银行名而变化。。

 

请各位高手指导下,非常感谢,小妹急。。

 

 

 

 

hello,

How can I use browser back button and get a message.eg: return or not?.

 

How can I  do?

 

Thanks

When create an object Contact, there're 2 record type: type 1 and type 2 for page layout. Hope to fulfill the following setting:

If choose type1, the page will turn to the default page layout;

If choose type2, the page will turn to self-develop screen.

How to make this setting? Thanks.

 

いつもお世話になっております。

 

 #慣用句的な意味ではなく本当に

 

例えば、以下のような項目の売上レポートを出力するとします。

 

・営業担当者  前月までの累計 当月合計 注残

 

当月だけであればレポートの「期間条件」で注文日などでフィルタリングすれば

いいのですが、同じ行で「前月までの累計」と「注残」にも対応しなければなりません。

 

今日の日付に連動するレポートであれば、

 

  if (month(today()) > month(orderDate__C)

 

のような条件付きで数式項目を組み込めば済むのですが、任意の時点で任意の

月のレポートを出力する必要があります。

 

レポートの期間条件のところにプルダウンメニューなど出てくれれば最高ですが、

それは無理として… 数式項目から参照できる環境変数的なものを使う方法は

ありますでしょうか。

 

ご教示いただければ幸いに存じます。 

Hi all,

 

Im newbie in force.com, and i have a question, my question is that: i want to export list of object into CSV file using Apex. So please help me how to do this?

 

Thanks,