List column not displaying in the Siebel client server - siebel

I have added a already existing BC field to the list applet in order to display it in the list applets of the client. In the local machine it is working as expected.
But I need to move it to the server.
First I checkout the relevant applet and did the changes. Then compiled and check in to the server.
But the field is not visible in the UI. Am I missing something here?

You could try resetting the list applet layout in the client. Right click options. Also check if the field is added to the correct applet mode (Base, Edit). Under applet, check the mapping entries under the list column and see if any condition was added there.

Related

How to build a tabular form or editable interactive grid on an existing page in apex 5.1.3?

Recently our oracle apex application got upgraded to version 5.1.3. Ever since the upgrade, I am having trouble creating a tabular form or an editable interactive grid on any existing page.
I could create an editable interactive grid on a new page and then add other regions to the page. However, I can't seem to do the other way around. I do not see any options to select an interactive grid in either 'Create Form Region' or in 'Create Report Region'.
Here's the list of options I see when I try to create a form region on the current page:
And for the Report region on the current page:
And for Form Region on a new page:
I couldn't find anyone having such issues in any of the forums, which makes me believe that I must be missing something way too obvious. Any help would be great.
Thanks!
References : https://www.toadworld.com/platforms/oracle/w/wiki/11698.apex-5-1-interactive-grid-compared
Click Create Page. In a list of possible options, you'll see the Legacy Page at the bottom of the list - choose it. In there, you'll see the "Tabular Form" you're looking for.
[EDIT] (as here's much more space to type than in the comment)
I have an old application created back in Apex 4.x. It was not migrated to 5.x (currently, I'm on 5.1.1), only Apex was upgraded to a more recent version, while that application runs "as is". I'm writing this because - maybe true "upgrading" makes things different ...
Anyway: I opened that "old" application and went to edit a page that contains a "Static content" region. Then I added a new region. In a list of possible region types, there's the "Show Legacy/Unsupported ..." at the bottom of the list. I chose it; the "Type" list collapses, but when I returned back to it, it shows "Tabular Form [Legacy]".
If I choose it, I get the message saying
This will just create the tabular form and not the associated processes and validations. To generate the related processes and validations please use the Create Page wizard".
Does this help?

Clicking a node in the Sitecore tree makes all other nodes disappear

I'm encountered a weird issue with new Sitecore user accounts. I set their permissions correctly, giving them access to read, write, create, etc the content items/folders they need and the Media Library. When they user logs in and clicks any of the 5 nodes in the tree (or their children) the Sitecore tree/navigation will hide all other nodes.
So if they click an image in the Media Library, the Sitecore tree will focus on the Media Library and not show the Content, System, Templates, etc nodes.
I've tried adding every single role in my company's Sitecore system to a test user and that didn't change a thing, it still happens. Any thoughts on this would be greatly appreciated.
In the Content Editor, click the Content Editor menu, and then click Application Options. Click View tab and check "Show Entire Content Tree"
https://doc.sitecore.net/sitecore_experience_platform/content_authoring/the_editing_tools/the_content_editor/customize_the_content_editor
Can you please check your URL if it contains ro=/sitecore/media when you click an image media item? Also let please let us know which version you using of Sitecore? Have you made any changes to link manager ?
This sounds to me like a session issue. The Sitecore shell does not like running in a stateless load balanced environment, and the tree in particular manages it's context in session state. If you have more than one server for authoring behind an NLB make sure you have sticky sessions enabled. Otherwise check to make sure your session state setup is properly configured.

List control not visible after adding in Sitecore SPEAK UI

I am fairly new to Sitecore and I am trying to add a list control in Sitecore Speak. While I am able to add a List control and bind a Search data source to it, It is not visible in the page when I run the page. I am not sure what is going on.
Below is the screenshot of the Page layout.
I am using Sitecore 7.5 with Sitecore Rocks version 1.4.
enter link description here
Does the Datasource item you have the list control databound to SearchDataSource in this case have any data?
You can debug in the browser console using Sitecore.Speak.App.DataSource.viewModel.Items() I believe as long as you have your webpage in debug mode and using this query string ?sc_debug=1.
If not update the SearchDataSource components to perform and return the data you wish to bind. The SearchDataSource component will have a few options to set the search you wish to perform.
You shouldn't need a datasource in this case as your data is coming from the Items property which is bound to the datasource control.

Liferay web service

I use Liferay 6.1.1-ce-ga2 bundled with Tomcat server and Oracle 10g database.
My goal is to insert some content, as Journal Article, and display them in an Asset Publisher (with a structure and template, already working).
I used JournalArticleServiceSoap.addArticle(...) with the right fields (groupid, structureid, templateid, ...). The contents are "correctly" inserted in the database and I can see them inside web contents from administrator content panel. The contents have also "Approved" as status. This is done by setting:
serviceContext.setWorkflowAction(WorkflowConstants.ACTION_PUBLISH)
However, I can't see the inserted contents displayed with the other contents in the Asset Publisher, until I open it again for edition and click on publish button (even without changing nothing). Then the content is published as expected. The problem is the number of contents. It is about 600 so I can't to this action for each one.
I do not understand what is the matter and how to figure it out? In other words, what do I have to do to make the web-content inserted by web service display automatically in Asset Publisher?
Or, what does the "Publish" do exactly so I can try to reproduce programmatically with SOAP service (or SQL after insertion)?
Thank you in advance for your help.
I've also posted the same question in Liferay' forum: Problem to display JournalArticle inserted by SOAP web service
you can try to log the database accessing from Liferay and see what will be changed after you save article manualy. Herefor set the logging level of hibernate to info or debug.
are you setting serviceContext like this?
ServiceContext serviceContext = new ServiceContext();
serviceContext.setAddGuestPermissions(true);
serviceContext.setAddGroupPermissions(true);
serviceContext.setScopeGroupId(groupId);
serviceContext.setWorkflowAction(WorkflowConstants.ACTION_PUBLISH);
You must setting serviceContext Like This:
ServiceContext serviceContext = new ServiceContext();
//serviceContext.setAddGuestPermissions(true);
//serviceContext.setAddGroupPermissions(true);
serviceContext.setScopeGroupId(groupId);
serviceContext.setWorkflowAction(1);
serviceContext.setIndexingEnabled(true);
serviceContext.setIndexingEnabled(true); is Very Important.
The following code is not must requeired.
serviceContext.setAddGuestPermissions(true);
serviceContext.setAddGroupPermissions(true);

How to set the default page to show when typing this http://[instance name] on the browser?

I delete the defualt home node and create another node called Home Page. And when I type http://[instance name] sitecore gives me an error shows that no layout found. ![enter image description here][1]
I can us the page editor and page content normally. But when i type the http://[instance name]in the browser, it doesn't show the default page. Why?
I am just a fresh in Sitecore, please be more specific.
Error:The layout for the requested document
was not found.
Most likely causes:
The resource you are looking for (or one of its dependencies) may have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
What you can try:
Go back to the previous page
Go to the start page
More information
I usually hit this issue when I have a fresh install and haven't done a publish yet. Publishing gets the master and web in sync, and given that your Page Editor experience is fine it seems like your Master is in good state but Web is not.
It could be that your new Home node doesn't have a layout attached to it. If you log on to Sitecore's Content Editor and go to the Presentation tab -> Details, do you see anything assigned to the Default device?
If you do, it might be because you still need to publish your changes. If you don't, try attaching the layouts (there's some sample layouts as well that come with Sitecore to check if that's the issue).
Do the checks that Trayek suggests, but also check if your site definition and hostname are set correctly in the /app_config/include/sites.config (or directly in the web.config, however this it not the recommended way) to make sure you have attached the correct instancename to your site root.
Furthermore, switch in the Sitecore client to the web database and check the assigned presentation on your home item, it might be a publishing issue.
Is it possible that you have the wrong "startItem" parameter in your site configuration? You have to set it to the correct item that should be visible wenn entered without an url (/)
I suppose you should check the Web.Config configuration tag.
Please check, in there, there are startitem attibutes for various sites in there. change them to your startItem and try it out.
Hope this helps!
Do let us know -- whether it works or not.
Regards,
Varun Shringarpure