ĐÀO TẠO DOANH NGHIỆP : SỞ KHOA HỌC CÔNG NGHỆ TỈNH ĐỒNG NAI

ENTERPRISE TRAINING: DONG NAI DEPARTMENT OF SCIENCE AND TECHNOLOGY.

HÌNH ẢNH TẬP HUẤN LỚP SHAREPOINT WORKFLOW VÀ KIẾN TRÚC SHAREPOINT

PHOTOS OF SHAREPOINT WORKFLOW AND ARCHITECTURE CLASS.

HÌNH ẢNH TẬP HUẤN LỚP SHAREPOINT WORKFLOW VÀ KIẾN TRÚC SHAREPOINT

PHOTOS OF SHAREPOINT WORKFLOW AND ARCHITECTURE CLASS.

Tuesday, September 10, 2013

Get started with office 365 (sharepoint 2013 online)

Get started with office 365 (sharepoint 2013 online)
Login to your site
This is home page which I designed
This is menu of admin
This is Left navigation
This is Page content (Webpart)
This is Ribbon Tab to setting page
Go to Setting >> click to Site contents
This is site content
Go to Setting >> click to Site settings
This is site setting
At site setting >> Look and Feel category >> click to Title, description, and logo to change something
Changing: Title, Description …
Now we go to create document, list, … Go to Setting >> click to Add an app

Click to Document Library

Input name then click OK
Upload new document
Continue create new Sharepoint List >> Go to Setting >> click to Add an app but cannot see the custom list app

How to solve:
Go to setting >> site settings >> at Site Actions category >> click to Manage site features
Click to Active “Team Collaboration Lists”
Adding app again we will see custom list and a lot of app…
Now we create Announcements, Calendar, Discussion Board, Survey, Wiki … then go back home page Edit Page
Adding webpart
Here is webpart list, you can add any webpart
After add webpart, my home page follows as:

The end !!!

Sunday, September 8, 2013

Setup and create project server 2010

Download Project Server 2010 and install it
Note: If you cannot setup Project Server Trial 2010, maybe your sharepoint server is not trial, please you this key for sharepoint server trial version: GGDG8-JCMXH-8KG8C-RJYYX-3Y33H and for Project server 2010 trial version: W7FTF-FPKGY-WHYHD-JCQ9B-K8H2F
Download Sharepoint server 2010 Trial at http://www.microsoft.com/en-us/download/confirmation.aspx?id=16631
And Download Project server 2010 Trial at http://technet.microsoft.com/en-US/evalcenter/ee410540.aspx

Then setup again enter key: W7FTF-FPKGY-WHYHD-JCQ9B-K8H2F and setup it ok

Run configuration like sharepoint product and Finish
Go to Central Admin >> Manage Service Application >> Create Project Server Service Application
Configure for:
Name: Project Sever Service Application Demo
And ...
After create successfully, click to “Project Sever Service Application Demo” then click create project web app site
Input Project Web App Path then click OK
Wating for Resources
Creating Project Web App Site
Provisioning Database
Configuring the new Project Web App Site
Provisioned
Project Web App look like


Friday, September 6, 2013

Filter Sharepoint View Using Query String

Default we only filter on column (equal =) then return parameter on url, below is all items of Tasks list
Now we can filter (like query) data Equal than with structure: FilterField1=ID&FilterValue1=1&FilterOp1=Eq
FilterField1=ID&FilterValue1=1&FilterOp1=Neq
FilterField1=ID&FilterValue1=2&FilterOp1=Gt
FilterField1=ID&FilterValue1=2&FilterOp1=Geq
FilterField1=ID&FilterValue1=3&FilterOp1=Lt
FilterField1=ID&FilterValue1=3&FilterOp1=Leq
FilterField1=Body&FilterValue1=a&FilterOp1=BeginsWith
FilterField1=Body&FilterValue1=b&FilterOp1=Contains

You can use many condition (and) like:
FilterField1=ID&FilterValue1=1&FilterOp1=Gt&FilterField2=Status&FilterValue2=i&FilterOp2=Contains

Saturday, August 10, 2013

Sharepoint 2013 Workflow Sequential

Create new workflow sharepoint 2013 in visual studio 2012
Open Visual studio 2012 >> New Project
Choose Sharepoint 2013 – Empty Project with name is WorkflowDemo
Input your web application >> deploy as a farm solution >> Finish
Project was created follows as
Right click to project >> Add >> New Item …
Choose Sequential workflow with name is WorkflowSequentialDemo
Choose List Workflow >> Next
Choose your Library or List >> Next
Configure workflow follow as >> Finish
Sequential Workflow Flow follow as
Drag and drop LogToHistoryListActivity follow as
Double click to onWorkflowActivity1

Insert this code

Declare 2 variable follow as

Go back .Design >> Click to LogToHistoryListActivity1 >> in properties >> click to button … at HistoryDescription

Choose logDescription variable
In properties >> click to button … at HistoryOutcome
Choose  logOutCome variable

Deploy workflow then open your site collection and add new item

Item was added >> workflow was completed >> click to Completed link to view detail

Result as: workflow ran successfully


Tuesday, July 30, 2013

Search Without result with parameter &u=site

Go to Central Administration >> Application Management >> Manage service applications >> Search Service Application >> Content Sources >> At Local SharePoint sites on Menu context click Edit

If you crawl content of the original site => have result
Result as:
If you only crawl original site
Result as:
If you only crawl Extend site and don’t crawl original site


Don’t have result:
But if you delete the URL after &u= then enter will have result
Conclusion: you must crawl original site