<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20150218</id>
	<title>IDempiere/FullMeeting20150218 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://globalqss.com/wiki/index.php?action=history&amp;feed=atom&amp;title=IDempiere%2FFullMeeting20150218"/>
	<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20150218&amp;action=history"/>
	<updated>2026-04-04T07:36:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20150218&amp;diff=497&amp;oldid=prev</id>
		<title>CarlosRuiz: full meeting</title>
		<link rel="alternate" type="text/html" href="https://globalqss.com/wiki/index.php?title=IDempiere/FullMeeting20150218&amp;diff=497&amp;oldid=prev"/>
		<updated>2015-02-19T13:01:50Z</updated>

		<summary type="html">&lt;p&gt;full meeting&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;!-- breadcrumb --&amp;gt;&lt;br /&gt;
&amp;lt;font size=-2&amp;gt;&lt;br /&gt;
&amp;amp;lArr;&lt;br /&gt;
[[IDempiere|Table of Contents]] |&lt;br /&gt;
[[IDempiere/Full Meeting Minutes|Full Meeting Minutes]] |&lt;br /&gt;
Full Meeting 2015-02-18&lt;br /&gt;
&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''''CarlosRuiz''''': Good Morning - greetings from Quito&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': hi&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': CarlosRuiz, do you know a way to display a new window from within an eventhandler or singleton which is started on login?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': from within my editor i can access AEnv.getDesktop() and add it there like i described in my latest google groups post&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I haven't tried that&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': the thing is: in my event handlers login event, i start up my asterisk server listener. This one get's notified about all incoming and outgoing calls. when a new callis incoming, i want to show the same popup i can show from my editor when i make the call&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but inthe editor i already have the desktop available so i can add my window easily&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': how to do that in an not component class? :/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': JanThielemann, don't know the details but maybe you can make it similar to how broadcasting message works&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I think is created on top of hazelcast messaging&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but broadcast is in the core i think&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i don't want to modify the core :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I mean create something similar in the plugin&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': would be great if an incoming call can trigger some BP Information about the caller&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': thats what i'm trying to do :/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': when a call comes in i want to show a windwo. also i can add osgi extension points here so other plugins could also do something with the information&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i don't understand why SessionManager.getAppDesktop() and AEnv.getDesktop() return null&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I remember hengsin helped me to solve something similar - it was something related to Executions.getCurrent if I recall correctly&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': trying in this second :D&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but i think it will also be null&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': because i played with this in my editor already&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': and there it was always null&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': (depending on where i used it=&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': yep it's null in my listener&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': looking AbstractComponent.checkDetach&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': they have an exception &amp;quot;You cannot access a desktop other than an event listener&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but how could i send events if i don't have a desktop to schedule them to xD&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': maybe our desktop must be an event listener?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': hieplq, ayt? any ideas :(&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i already wasted 3 hours to find a solution :/&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': JanThielemann, if you can set up some test plugin scenario - just a few lines to do what you're trying with a dummy window&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I can try to research it later&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i'll do it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': today I have a flight wait  :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': yes. with your test plug-in it's easy to try solution and give you correct advice&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but it will be hard to test if you don't have asterisk telephony xD&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': you cat get notifications :(&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': it seems that in the event handler, there IS a desktop and exections.getcurrent()&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': is it legit to store the session together with the desktop in a hashtable?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': Hi Jan, I am with Carlos Ruiz and tells me about your plugin Asterisk, I can help you test&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I don't have asterisk - so I think a dummy plugin code that tries to open the window as you want&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': I have asterisk to test&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i will try one more thing and if it does not work i'll try to create a testplugin for you guys. anyway, i will post my experience on google groups&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': ocurieles, great, i will send you the plugin as soon as it is done or i fail again. :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': do you have a public repository ?? to check this?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': yes, will upload it later&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': AD_Session stores a &amp;quot;websession&amp;quot; string&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': Ok, ready, my skype is orcsistemas if you need&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': can i get this string from the context?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': added you&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Jan, you have the #AD_Session_ID in context&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': ok. already thought that i would have to use this to load the sessipon&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': going out for breakfast - will be back in half hour&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': guten hunger&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': JanThielemann, I'm back&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': wb&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': i got to go now&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': but i managed to at least display my window&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': by storing the desktop from within my eventhandler into a hashmap with the session&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': then i can get the desktop via the session and use it to send events&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': so, problem solved?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''JanThielemann''''': in onEvent i can finally add the windows sind AEnv.getDesktop is not null in onEvent&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': hi @all&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Hi norbertbede &amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': just want to share. we are running production version 3 allready 4 weeks succesfully. mainly gui issues are reported ongoing&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': i mean version with zk7 and jetty&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': excellent news&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': Hi @nobertbede i will pass my production Server to 3.0 this week, thanks for sharing&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': we are running 3 companies on this server&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': most problems we have with zk outstanding behaves&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': like column width&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': but generally we are happy&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': will rollout next 30 users and monthly 5000 invoices in 6 weeks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': then next feedbacks comming again&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': so if possible pls help fix anybody reported zk7 issues&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': ocurieles we can share experiences&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': sure&amp;lt;br&amp;gt;&lt;br /&gt;
'''''mhernandezve''''': Hello partners!&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Hi Miguel&amp;lt;br&amp;gt;&lt;br /&gt;
'''''ocurieles''''': Mr. Hernandez :D&amp;lt;br&amp;gt;&lt;br /&gt;
'''''mhernandezve''''': Hi CarlosRuiz ocurieles&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': hi&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': anybody here?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Hi Fafali &amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': how r u Carlos?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': fine here - and you?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': great&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': I started learning Adempiere at my boss&amp;quot;s request 3days ago and i am completely at sea...&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': yet the pressure grows as the days go by&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': who wld be kind enough to help explain a few things&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': bad news you're learning obsolete system&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': you must learn iDempiere  :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': what's the latest then&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': oh ok&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': but he&amp;quot;s bent on the Adempiere tho&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': wld u be king enough to walk me through&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': ???&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': *kind&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I'm wondering how did you arrive at this IRC channel?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': well i was looking around for people who could help&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': cos every day we receive a soul lost in adempiere - even some had came recently blaming (rudely) us because adempiere has not a release in last 2 years  :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': so, wondering where did you find the link to this IRC channel&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': don't misunderstand me :)  we're happy you arrived here - just wondering&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': lol&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i  googled&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i am actually glad i found someone here&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': we use to meet wednesdays to chat about tickets and technical things - so today is crowded&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i want to learn everything but i don't know where to start&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': maybe we must re-name :D, i see many people come here to ask for adempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': lol&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': so no help on Adempiere?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Fafali, we usually recommend to total newbies to try the Bayu's book - adempiere 3.4&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': is still maybe 90% compatible with adempiere in the functional terms&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I mean, most of what you find in the book is valid still in idempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': just a few things we have improved - i.e. we dropped cash journals (which is mentioned in the book) - in favour of payment window&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': if you're skilled enough you can try to install it locally for your tests - but many people complain is not that easy to install (it requires some technical knowledge to overcome common issues)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': if you prefer to go straight you can use on of the demo/test sites to play&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i installed it on ubuntu&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': with much trouble i might add&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': but seriously - better play with idempiere - don't waste your time with adempiere&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i&amp;quot;ll prep another server then&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': if you don't believe me  - try the adempiere IRC and forums   :-)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i do believe u until u give me a reason not to&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i will take ur word and try it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i am very grateful&amp;lt;br&amp;gt;&lt;br /&gt;
'''''Fafali''''': i really am&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': there is an ubuntu installer you can try&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': @CarlosRuiz wdyt about my new shortcut handle in IDEMPIERE-2112. it's not complete but i will take time to improve it's accepted&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': hieplq, that's a big patch - thanks for working on that&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': in principle I haven't tested but looking at the code seems like a good approach to allow it configurable&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': how is it configured - via a properties file?  or a theme file?&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': to configuration, default it map with current shortcut. i will make a new form for configuration.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': it can be a theme thing maybe&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': i think it should store configuration in database and per user.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': not sure end-user configuration of keyboard is the best in an ERP&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': firstly we are a lot restricted by the browser - a keyboard shortcut can work in a browser and be restricted in other&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': and many shortcuts don't work because the browser uses it at first&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': because, let end-user test it in his prefer browse.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': one note here: osx checking system wide shortcuts display &amp;quot;!&amp;quot; user cant save it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': some of those configurable things can be  corporate - defined by the implementor or IT&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': but understand general appraoch.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': just FYI&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': or we can allow corporate - and if the implementor wants to give freedom to users then allow it on some installations&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': in this case i agree with carlos because could be wired…&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': same thinking about theme that norbertbede raised recently in forums&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': this could be useful around CRM i mean&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': some implementors would prefer to make it &amp;quot;implementor standard&amp;quot; - others want to allow a user to change it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': because sales people are important and lazy :)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': and CRMs quite open in this way&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': there is also another reason - for IT support&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': supporting one theme - is easier than supporting 10 themes selectable by users&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': same with shortcuts&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': ok. configuration is extend part because will make interface to other can easy code by his method.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': I'm ok with user-configurable things - just advising that we need to think also on implementors that want to disable such user-configurability and force i.e. one theme &amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': ok will do as that.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': please also help me review IDEMPIERE-2389. i'm tested patch from Deepak and it's work for me.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''hieplq''''': remain some layout error report norbert, will fix when you merged it to core (just for don't confused my code)&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': ok, will try to check it&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': a question related to csv import&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': can i import e.g. products with 2 colunns 1. value 2. productcategoryvalues&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': with update option /key will be search key of product&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': dont want update all columns&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': wdyt&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': if I understood correctly that's the idea of update option&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': you want a file to update the product category searching by product value&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': yep&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': but want manipulate only 2 columns&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': yes&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': ah i see. thanks&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': that's the idea of update &amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': for merge you need to have at least all mandatory columns without default - but for update is just the columns you need to update and the key&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': ok.&amp;lt;br&amp;gt;&lt;br /&gt;
'''''norbertbede''''': thanks well goint to test&amp;lt;br&amp;gt;&lt;br /&gt;
'''''aguerra''''': Hello Carlos&amp;lt;br&amp;gt;&lt;br /&gt;
'''''CarlosRuiz''''': Hi Alejandro&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>CarlosRuiz</name></author>
		
	</entry>
</feed>