I have notes in my Pipedrive tool for each deals. Now i need to migrate those notes for each deal in Pipedrive to my Salesforce. How can I get the notes for each project loaded to its corresponding project. I try loading notes by giving project ID through Data Loader Wizard. Even-though the tool says that the data is loaded successfully, When I go to my Project in Salesforce, I am not able to see the Notes for the project.
Please help.
Thanks
Niki
Related
I have a requirement to build an spfx webpart that displays pdf documents stored on SharePoint Online.
The web part is meant to display links to the pdf documents and when one link is clicked, it shows the document with an autogenerated watermark and a dynamic footer. The document should then be downloaded and save those watermarks and footers.
I know spfx and react, Please who can direct me to someone or link where this has been done or provide guidance as to how to achieve it
I am still researching and I want to find the best answers before I start work
I am trying to upload a php website and it does not load the products from the database
I exported the database with a sql file and I added it to the new database of the website
that I am uploading.
Nevertheless, only the slider of the website is working and the products, that are supposed
to be loaded, whenever I try to click on them on the menu, they do not show up.
¿What should I do to make it load the products?
Thank you.
I am looking for a solution in episerver to add media files from external sources into episerver.I am aware that episerver has recently released Episerver Content Management API to post contents within Episerver.Is it possible to use this for media files as well.As this is newly introduced in episerver, i cant find any references other than the documentation within epi which has more of CRUD operations on Content.Can someone please point out some reference links for me to get this started?
Any input is appreciated.
Regards,
The content management API is useful if you want to create a headless website that talks to Episerver via an API to get content.
Depending on what you want to use the media for will depend on the optimal approach. I assume you want the content editors to be able to pick these items from within the CMS? If so there are two main appraoches:
You could write a scheduled task using the content repository API to import the media into the Episerver media library
The other option is to create a content provider, so the media is available in the editor, read this to learn how to do it. This option is more fidley so I would go with option 1 if possible.
If you just want to render images on a web page, then call the API using AJAX. Job done!
I have a website live on the web. I've been working on the re-design for the site. I duplicated the entire site and database and worked on a test site. Now the test site is ready to go live. However, the current live site has been up for the last few weeks and content has been added as usual. How do I upload my new look for the site, with the changes I've made in the test database but at the same time not overwrite any content changes made in the current live database that were made over the past few weeks?
I want to keep the site content in the database but overwrite any module or theme data with the data from the test database.
My site is built on drupal
Thanks!
1) Upload new theme - this will apply themes changes and keep content in the live DB
2) If you have added any new content types, blocks, fields etc to your dev site then install the features modules. This will allow you to export your new features to a module, and then you can add this module to the live site to import your new features.
See this post for further discussion on the topic.
I used https://drupal.org/project/data_export_import it seems to be working well.
Here is what i did;
I made a wordpress website and i wanted to copy this to another site.
I made a backup of all the files and the database.
I changed the links to the new site.
Then i imported the database to the new site.
I installed wordpress on the new site.
But it seems that the new theme and database isnt showing.
Does anybody know what im doing wrong?
Thanks in advance
I did this just recently. I downloaded a plugin which allowed a full export of the wordpress site. I then installed a clean wordpress site on the new site and then imported the old data into the clean site usingthe import function in wordpress. It asked to map old user to new users and that was it - new site up and running. It seems this is built into WordPress 3.x
I think your problem was loading the database with the data and then installing wordpress. The way I described above took just a few minutes and was foolproof.