Re: test

2012-02-16 Thread Sezai Komur
Working fine :)

Sezai.

On Fri, Feb 17, 2012 at 1:28 PM, Chris Grist wrote:

>   test
>
>
>
> *Chris Grist
> *MCITP, MCPD, MCTS, VCP, CCA
>
> Senior Technical Consultant**
>
> [image: Description: Description: Description: email-logo]
>
> Ground Floor
> 175 Fullarton Rd
> Dulwich SA 5065
>
> Tel 1300 LOFTUS (563 887)
> Fax (08) 8364 2910
> [image: Description: Description: Description: partnerbar-email]
>
> NOTE: This email and any files transmitted with it are confidential and
> may contain information intended only for the addressee(s). If you have
> received this communication in error, you must not copy or distribute any
> part of it or otherwise disclose its contents to anyone - please notify
> Loftus IT immediately. Loftus IT does not accept liability for any errors
> or omissions in the information provided herein. No representation is made
> that email and any files transmitted with it are virus-free - virus
> scanning is the responsibility of the recipient and is recommended.
>
>
>
>
> Chris Grist | Senior Technical Consultant  MCITP, MCPD, MCTS, VCP, CCA
>
> Applications | Infrastructure | Consulting
>
> Tel 1300 LOFTUS | Mob 0432 898 500
> Ground Floor, 175 Fullarton Road, Dulwich SA 5065
> Email chris.gr...@loftusit.com.au | Web http://www.loftusit.com.au
>
> NOTE: This email and any files transmitted with it are confidential and
> may contain information intended only for the addressee(s). If you have
> received this communication in error, you must not copy or distribute any
> part of it or otherwise disclose its contents to anyone - please notify
> Loftus IT immediately. Loftus IT does not accept liability for any errors
> or omissions in the information provided herein. No representation is made
> that email and any files transmitted with it are virus-free - virus
> scanning is the responsibility of the recipient and is recommended.
>
>
> ___
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
>
>
<><><>___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


test

2012-02-16 Thread Chris Grist
test

Chris Grist
MCITP, MCPD, MCTS, VCP, CCA

Senior Technical Consultant
[Description: Description: Description: email-logo]

Ground Floor
175 Fullarton Rd
Dulwich SA 5065

Tel 1300 LOFTUS (563 887)
Fax (08) 8364 2910
[Description: Description: Description: partnerbar-email]
NOTE: This email and any files transmitted with it are confidential and may 
contain information intended only for the addressee(s). If you have received 
this communication in error, you must not copy or distribute any part of it or 
otherwise disclose its contents to anyone - please notify Loftus IT 
immediately. Loftus IT does not accept liability for any errors or omissions in 
the information provided herein. No representation is made that email and any 
files transmitted with it are virus-free - virus scanning is the responsibility 
of the recipient and is recommended.



Chris Grist | Senior Technical Consultant  MCITP, MCPD, MCTS, VCP, CCA
[cid:imageccba74.PNG@d66ca0ce.4ba8d12b]
Applications | Infrastructure | Consulting

Tel 1300 LOFTUS | Mob 0432 898 500
Ground Floor, 175 Fullarton Road, Dulwich SA 5065
Email chris.gr...@loftusit.com.au | Web 
http://www.loftusit.com.au

NOTE: This email and any files transmitted with it are confidential and may 
contain information intended only for the addressee(s). If you have received 
this communication in error, you must not copy or distribute any part of it or 
otherwise disclose its contents to anyone - please notify Loftus IT 
immediately. Loftus IT does not accept liability for any errors or omissions in 
the information provided herein. No representation is made that email and any 
files transmitted with it are virus-free - virus scanning is the responsibility 
of the recipient and is recommended.

<><><>___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Re: SharePoint Online

2012-02-16 Thread Ajay
Thanks Paul,

This approach sounds good.
I have created a table in Sql with logins and customers and created a view
which appends login name to all records.
I am thinking to use Cloud Connector from layer2 to push SQL View to
SharePoint list.

Question is
>From SPList filter on username is fine but one more requirement I have is
to display all the records in case Admin logs in
How to set that condition, can I set a condition in DVWP that if login does
not match any records than display all the records.
Can we do If-Else kind scenarios in DataView


On Mon, Feb 13, 2012 at 12:32 PM, Paul Noone <
paul.no...@ceosyd.catholic.edu.au> wrote:

> I also did this using a DataView wp and used the LOGON_USER server
> variable as a filter. I think this method is a little more secure because
> you can add it to a page, rather than the actual list form view.
>
> ** **
>
> *From:* ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] *On
> Behalf Of *Paul Noone
> *Sent:* Monday, 13 February 2012 10:27 AM
> *To:* 'ozMOSS'
> *Subject:* RE: SharePoint Online
>
> ** **
>
> Create an account for each user and pass in a unique property. Then use
> the Current User Filter, select that property and connect the web part to
> the list view.
>
> ** **
>
> This is only a filter though and will not stop them from seeing other
> customer info if they’re smart.
>
> ** **
>
> *From:* ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] *On
> Behalf Of *Ajay
> *Sent:* Friday, 10 February 2012 5:02 PM
> *To:* ozMOSS
> *Subject:* SharePoint Online
>
> ** **
>
> Hi Guys,
>
>
> I am talking to client to display customers order data from ERP to
> SharePoint online.
>
> The orders table has about 15 customers.
>
> I am planning to pull data from ERP to SharePoint list.
> If all data is in a single list, what's the best way filter data so when
> each of the customer logs in, they see only their orders.
>
> I am thinking to add customers accounts as extranet users, but can also
> add them as normal users also if it helps.
>
> Is there any way, by which I can identify customers with their orders.
> I am looking at the Additional details when we create a new user, can I
> add the customer name in the department column and then when people login
> use the company name stored in the user settings to filter with company
> name in the SharePoint list.
>
>
> Another option:
>
> Create 15 create lists one for each customer and remove inheritance and
> grant permissions.
>
> Cons:-  I will have 15 lists to synchronize and set up 15 views in ERP, so
> lot of work.
>
> ___
> ozmoss mailing list
> ozmoss@ozmoss.com
> http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
>
>
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss