• Lavanya Gottumukkala 8
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 1
    Replies
Hi All,

I am new to IBM Castiron tool.Now I have created an orchestration to transfer files from 'Notes and Attachment' to FTP location with 'Schedule Job' as the first activity.It is working fine,but the only problem we are facing is,we have scheduled the job to run every 'one hour' at run time and it is not working.Every time we need to start the orchestration manually to transfer files.But as per our requirement the orchestration should be started for every 'one hour' automatically.

How can I achieve this?Do I need to add any other activities to schedule it to run at specific time?

Thanks,
Lavanya
Hi All,
Any body has any idea on the below requirement?
How to transfer files from salesforce attachment object to FTP location using Castiron?
Is there any orchestration link available to achieve this requirement?

Thanks in advance
Hi All,
I am new to castiron.I would like to use IBM castiron poll directory(polls the directory for every 24 hours) activity to read csv files from FTP location and create records in salesforce.How to build orchastration to achieve this requirement using poll directory activity?

Is there any link available to create orchestration?

Thanks in advance
Hi All,
I need to transfer PDF files from salesforce to FTP Location.Is there any tool available?

Thanks in advance
Hi All,

We have the below requirement.

Our client will place 4 CSV files per day in SFTP Location.We need to get the data from those CSV files and store in salesforce object and process based on the requirement.

Is there any integration tool available with SFTP and to fulfill our requirement?

Thank in advance
Hi All,

We have one visualforce page and 10 fields in it in the portal.There is a button 'Send' to initiate an action upon filling the fields.Currently client is manually filling the fields and clicking on send.

We have the below requirement.
Now,client doesn't want to login into the portal.The client will send the CSV file with all the details(10 fields).
We need to extract those values(auto fill) from csv file into the page and automate the action(send).How is it possible?

Thanks in advance.
 
Hi All,

Is there any feature in salesforce to transfer(share) files or documents between two salesforce orgs?

Thanks in advance
Hello All,

In may org I found the below critical update.
Update Name:Serve Static Resources from the Visualforce Domain
Auto-Activation Date:
5/5/2016
0 days remaining
Status:Not Activated

As per the auto activation date,it should be activated by 5th may,but it is showing status as 'Not Activated'.What does it mean?
Also,any one have any idea on this critical update?What we need to check for in our org?

Thanks in advance
 
Hi All,
I am new to boot strap.Please see the below code.

<apex:page showHeader="false" docType="html-5.0" sidebar="false" applyBodyTag="false" applyHtmlTag="false" standardStylesheets="false" cache="false">
<html lang="en">
<head>
  <title>Bootstrap Example</title>
  <meta charset="utf-8"/>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>

<div class="container-fluid">
  <h1>Small Grid</h1>
  <p>The following example will result in a 25%/75% split on small, medium and large devices. On extra small devices, it will stack (100% width).</p>
  <p>Resize the browser window to see the effect.</p>
  <div class="row">
    <div class="col-sm-3" style="background-color:yellow;">
      Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<br/>
      Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
    </div>
    <div class="col-sm-9" style="background-color:pink;">
      Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
    </div>
  </div>
</div>

</body>
</html>
</apex:page>

As per the above code,2 columns should be displayed.But instead of columns rows are getting dispalyed.Where I need to make changes in the code to display columns exactly as per the code?

Thanks in advance
Hi All,

Please see my below VF page code.

<apex:page docType="html-5.0" applyhtmlTag="false" standardStylesheets="false" cache="false" showHeader="false">
  <html lang="en">
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>

<div class="container">          
  <img src="img_chania.jpg" alt="Chania" width="460" height="345"/> 
</div>

</body>
</html>

</apex:page>

I am using Bootstrap and not able to get the image on the VF page.Is there any thing to include in the vf page?Can any one help me.I am new to Bootstrap.

Thanks in advance
Hi All,

We have the below requirement.
We have a visualforce page and we are using fieldsets to display the fields from different objects in that page.Now we need the record count for each field (field filling count) in each fieldset of that vf page.How we can achieve this requirement.

Thanks in advance
Hi All,

I need some clarification on when to go for standardcontroller and when to go for custom controller exactly in a vf page.I have a lot of confusion on this.Before designing a vf page how can we know that which controller to use?Can anyone explain me with examples?

Thanks in advance
Hi All,
I need to transfer PDF files from salesforce to FTP Location.Is there any tool available?

Thanks in advance