Maximo Anywhere lookup filtering - maximo

I am working in Maximo Anywhere 7.6.4 - WorkExecution.
I wanted to filter the labor lookup based on the defsite of the connected user .
Let's say the user defsite is ='AAA' then the labors that have to appear are the labors who are in the site AAA
Any help would be appreciated. Thanks
<whereClause clause="spi:worksite=${defsite}" id="additionallaborcraftrate_whereClause"/>

Related

Internal name of column name in sharepoint automatically changed

I'm creating several columns in the list. The column name which starts with C replaces the name with_x0043_ for example, the actual column name which I create is "CHA016" but what SharePoint created is_x0043_HA016. Why does it automatically replacing C as_x0043_as internal name? Please help to identify this. Thanks in advance
I could also reproduce this on my end. I tried the actual name as "CH", "CHA" and "CHA0", and their internal names are "CH", "CHA" and "_x0043_HA0". I can't find any official documentation to explain this. To figure out this, you can open a service request in Microsoft 365 admin center to confirm it with Microsoft.

Sharepoint Lookup Get values

I searched a lot on the web for my answer but could not find any one. I have an list with invoice and aircraft price list. The lookup works perfect i can select the aircraft type through the invoice list. I also want to be able to select if its a Platform or Hangar price. Can someone help me how i can achieve this?
Here are some screenshots
It looks like you are attempting some form of cascading drop down fields. These are supported in 2010 Enterprise edition but via the use of info path forms. This requires no code just some GUI based configuration. Unfortunately it's a little more in depth than me explaining it on here so I will provide you to a link for a blog.
Cascading drop down info path forms
Alternatively if you google around cascading drop downs there are plenty of articles involving other methods.
Cheers
Truez

Sharepoint 2010 Filtering a List Based on The Current User

I am pretty new at SharePoint. We are using SharePoint 2010. I need some help on some filtering. We have a library that we want to filter based on the current user and restrict everyone else. In one of the columns in the list is Department. I want only Joe to see items assigned to HR department. I want only Sally to see items assigned to Accounting department, etc. Any help would be appreciated! Thanks!
If you have only few rows in the list, this can be done without programming
1) Create a new [presence/people] type column Ex name: ViewBy
2) In the ViewBy column add Joe to all rows with column department as HR/sally to Accounting
3) Create filter. Go to Library Settings-> Views Section-> All Documents, then scroll down to filters and show items only when column ViewBy is equal to [Me]

Search and One To Many Relation in SugarCRM

I'm trying to create tag-like category field for my contacts in SugarCRM. I've read through some docs, created a module and connected it with my contacts as 1 to N relation. The problem is, that Edit Form allows to choose only one category, but then you can add as many as you want in Contact View.
But when you search, it only finds contact that have category set in edit form, but does not pay attention to other categories set in list.
What is the correct way to create 1 to N relation so all of the items would be used in search results?
thanks in advance,
Michael
You should be able to use a MultiSelect field for the tagging and it pick up correctly during searches.

Allow multiple values to BDC Column

I have added a column called Customer to my documents library, this is a business data column.
What I want to do is relate a document to multiple customers by entering customer codes into this box.
Currently I can add 'FLC' for example, but I want to put 'FLC, MFT, SAL' for a specified document as it relates to many customers.
Any ideas?
Cheers,
Albert
You might need to develop a Custom Field Control derived from the BDC column to make this Possible.
I dont see any out of the Box Solution that is available to achieve what you want.

Resources